GridColumn Methods |
The GridColumn type exposes the following members.
Name | Description | |
---|---|---|
AddSubPropertyFieldInfo | ||
Clone |
Creates a copy of the current column.
|
|
EvaluateFilterExpression | ||
EvaluateFilterExpression(GridFilteringItem) |
Gets a string representing a filter expression, based on the settings of all
columns that support filtering, with a syntax ready to be used by a
DataView object
|
|
GetCustomPropertyDataFields |
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. |
|
GetDefaultGroupByExpression |
Calculate the default Group-by expression based on the settings of the
DataField (if available)
|
|
InheritanceSafeClone | ||
Initialize |
The Initialize method is inherited by a derived GridColumn class. Is is used to reset a column of the derived type. |
|
InitializeCell |
After a call to this method the column should add the corresponding controls (text, labels, input controls) into the cell given, regarding the inItem type and column index. Note: This method is called within KaxGrid and is not intended to be used directly from your code. |
|
IsBoundToFieldName |
This method returns true if the column is bound to the specified field
name.
|
|
PrepareCell |
Prepares the cell of the item given, when grid is rendered.
|
|
RefreshCurrentFilterValue(GridFilteringItem) |
Modifies the CurrentFilterValue property according to the
corresponding selected item in the filter text-box control in the filtering
item.
|
|
RefreshCurrentFilterValue(GridFilteringItem, String) |
Modifies the CurrentFilterFunction and
CurrentFilterValue properties according to the function given and the
corresponding filter text-box control in the filtering item.
|
|
ResetCurrentFilterValue | ||
ResetCurrentFilterValue(GridFilteringItem) |
Resets the values of the CurrentFilterFunction and
CurrentFilterValue properties to their defaults.
|
|
SupportsFiltering |
This method should be used in case you develop your own column. It returns true
if the column supports filtering.
|