vcl-cxgridcustomtableview-01a70952.md
The base class for all classes that store item-related settings.
TcxCustomGridTableItemCustomOptions = class(
TcxInterfacedPersistent
)
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.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridTableItemCustomOptions
See Also