Back to Devexpress

TcxCustomGridTableItemCustomOptions Class

vcl-cxgridcustomtableview-01a70952.md

latest2.0 KB
Original Source

TcxCustomGridTableItemCustomOptions Class

The base class for all classes that store item-related settings.

Declaration

delphi
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

TcxCustomGridTableItemOptions

TcxGridBandedColumnPosition

TcxCustomGridTableItemCustomOptions Members

cxGridCustomTableView Unit