GridColumnGetCustomPropertyDataFields Method |
This method should be used in case you develop your own column. It returns the
full list of DataFields used by the column.
GridTableView uses this to decide which DataFields
from the specified DataSource will be inlcuded in case of
GridTableView.RetrieveAllDataFields is set to
false.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual IDictionary GetCustomPropertyDataFields(
Object dataItemInstance
)
Public Overridable Function GetCustomPropertyDataFields (
dataItemInstance As Object
) As IDictionary
public:
virtual IDictionary^ GetCustomPropertyDataFields(
Object^ dataItemInstance
)
abstract GetCustomPropertyDataFields :
dataItemInstance : Object -> IDictionary
override GetCustomPropertyDataFields :
dataItemInstance : Object -> IDictionary
Parameters
- dataItemInstance
- Type: SystemObject
Return Value
Type:
IDictionarySee Also