Skip to main content

TcxGridLayoutViewStyles.OnGetRecordBorderStyle Event

Enables you to apply a custom style to a certain card border.

Declaration

property OnGetRecordBorderStyle: TcxGridGetRecordStyleEvent read; write;

Remarks

Fires each time the card border is about to be drawn.

Sender specifies the Layout View.

ARecord specifies the record to which the card corresponds.

AStyle specifies style attributes that will be applied to the card border.

See Also