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

TcxGridServerModeColumnOptions Class

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

#Declaration

Delphi
TcxGridServerModeColumnOptions = class(
    TcxCustomGridColumnOptions
)

#Remarks

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

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

See Also