Skip to main content

TcxGridLayoutViewOptionsSelection Class

Selection settings for a Layout View.

Declaration

TcxGridLayoutViewOptionsSelection = class(
    TcxCustomGridTableOptionsSelection
)

Remarks

This class extends its ancestor class with the RecordBorderSelection property, which allows you to specify the visibility of the card focus rectangle around a selected card.

The TcxGridLayoutViewOptionsSelection object is referenced by the View’s OptionsSelection property.

See Also