Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

See Also