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

TcxGridServerModeBandedColumnOptions Class

Contains settings that define the behavior of a column in a Server Mode Banded Table View.

#Declaration

Delphi
TcxGridServerModeBandedColumnOptions = class(
    TcxCustomGridBandedColumnOptions
)

#Remarks

This class does not introduce any new functionality. It only publishes properties derived from ancestor classes. Refer to the TcxCustomGridBandedColumnOptions class description for information on banded column behavior settings.

A server mode banded column’s Options property references a TcxGridServerModeBandedColumnOptions object.

See Also