TcxGridLayoutViewOptionsSelection Class
In This Article
Selection settings for a Layout View.
#Declaration
Delphi
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.
#Inheritance
See Also