Skip to main content

TcxGridCardViewStyles.OnGetCardBorderStyle Event

Occurs whenever the card border should be redrawn.

Declaration

property OnGetCardBorderStyle: TcxGridGetRecordStyleEvent read; write;

Remarks

You can handle the OnGetCardBorderStyle event to redefine the style of specific card borders. This event occurs when it is necessary to redraw the card border of the grid record defined by the ARecord parameter.

Sender specifies the Card View.

ARecord specifies the record to which the card corresponds.

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

See Also