Skip to main content

TcxCustomRowHeaderInfo.ShowButton Property

Indicates whether the row header contains an expand button.

Declaration

property ShowButton: Boolean read;

Property Value

Type
Boolean

Remarks

Read the ShowButton property to determine whether the row header contains an expand button. A row header contains an expand button when all the following conditions are met: the ShowButtons and ShowHeaders options are enabled and the row has visible child rows (see TcxCustomRow.HasVisibleChildren).

Additionally, you can obtain the display rectangle of the expand button via the ButtonRect property.

See Also