Click or drag to resize
GridColumn Methods

The GridColumn type exposes the following members.

Methods
  Name Description
Public method Static member AddSubPropertyFieldInfo
Public method Clone
Creates a copy of the current column.
Public method EvaluateFilterExpression
Public method 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
Public method 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.

Public method GetDefaultGroupByExpression
Calculate the default Group-by expression based on the settings of the DataField (if available)
Public method Static member InheritanceSafeClone
Public method Initialize

The Initialize method is inherited by a derived GridColumn class. Is is used to reset a column of the derived type.

Public method 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.

Public method IsBoundToFieldName
This method returns true if the column is bound to the specified field name.
Public method PrepareCell
Prepares the cell of the item given, when grid is rendered.
Public method RefreshCurrentFilterValue(GridFilteringItem)
Modifies the CurrentFilterValue property according to the corresponding selected item in the filter text-box control in the filtering item.
Public method 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.
Public method ResetCurrentFilterValue
Public method ResetCurrentFilterValue(GridFilteringItem)
Resets the values of the CurrentFilterFunction and CurrentFilterValue properties to their defaults.
Public method SupportsFiltering
This method should be used in case you develop your own column. It returns true if the column supports filtering.
Top
See Also