TcxGridCardViewRow.HasCardExpandButton Method
Determines whether the card expand button is visible within the current card row.
Declaration
function HasCardExpandButton: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
Use the HasCardExpandButton method to determine whether the current card row has the card expand button. If the card expand button is visible within the current card row, the method returns True. Otherwise, False is returned.
See Also