TcxCustomRowHeaderInfo.ButtonColor Property
Returns the background color of the expand button.
Declaration
property ButtonColor: TColor read;
Property Value
Type |
---|
TColor |
Remarks
Read the ButtonColor property to obtain the background color of the row’s expand button. The background color of the expand button depends on the style settings applied to the row.
If expand buttons are disabled via the ShowButton or the OptionsView.ShowButtons properties, this property returns clBlack.
See Also