TcxGridCardViewRowOptions.ShowData Property
Specifies whether the value in the currently processed row is to be shown.
Declaration
property ShowData: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the ShowData property to False to hide data in the row.
Note
the row’s filter dropdown button will also be hidden.
The default value of the ShowData property is True.
See Also