Skip to main content

TcxCustomLookAndFeelPainter.DefaultDataRowLayoutContentTextColor(TcxButtonState) Method

Returns the cell text color of a custom or automatically generated row layout.

Declaration

function DefaultDataRowLayoutContentTextColor(AState: TcxButtonState): TColor; virtual;

Parameters

Name Type Description
AState TcxButtonState

The current cell’s state.

Returns

Type Description
TColor

The current cell’s text color.

Remarks

Override the DefaultDataRowLayoutContentTextColor function in a TcxCustomLookAndFeelPainter class descendant to specify a custom text color for cells in a row layout.

See Also