Skip to main content

TcxGridSpecialRowOptions Class

The TcxGridSpecialRowOptions class represents options common to a filter row and new item row.

Declaration

TcxGridSpecialRowOptions = class(
    TcxCustomGridOptions
)

Remarks

With these options, you can specify the row’s visibility (see the Visible property), its description (see the InfoText property), the width and color of the separator (see SeparatorWidth and SeparatorColor properties) that visually divides the specialized rows from data rows.

Do not use this class directly. Use its descendants instead.

See Also