TcxCustomGridTableItemCustomOptions Class
The base class for all classes that store item-related settings.
Declaration
TcxCustomGridTableItemCustomOptions = class(
TcxInterfacedPersistent
)
Remarks
This class is the base class for the TcxCustomGridTableItemOptions, TcxGridColumnSummary, TcxGridCardViewRowPosition, and TcxGridBandedColumnPosition classes.
The TcxCustomGridTableItemOptions class represents a set of options affecting items’ behavior, which can be accessed via an item’s Options property.
TcxGridBandedColumnPosition provides properties to specify the position of a banded column (TcxGridBandedColumn) within a Banded Table View. These properties are specified by the TcxGridBandedColumn.Position object.
Do not use this class directly. Use its descendants instead.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridTableItemCustomOptions
See Also