Skip to main content

TcxGridCardViewRow.HasExpandButton Method

Determines whether the expand button is available in the currently processed row.

Declaration

function HasExpandButton: Boolean; virtual;

Returns

Type
Boolean

Remarks

The expand button will be drawn in the currently processed row (HasExpandButton returns True), if the row is a category row (the Kind property is set to rkCategory), the OptionsCustomize.RowExpanding property is set to True, and the Options.Expanding property is also set to True.

See Also