Click or drag to resize
GridButtonColumn Methods

The GridButtonColumn type exposes the following members.

Methods
  Name Description
Public method Clone
Returns a copy of the GridButtonColumn.
(Overrides GridColumnClone.)
Public method Initialize

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

(Overrides GridColumnInitialize.)
Public method InitializeCell

After a call to this method the column should add the corresponding button 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.

(Overrides GridColumnInitializeCell(TableCell, Int32, GridItem).)
Top
See Also