TcxGridSpecialRowOptions.Visible Property
In This Article
Specifies if the utility row is visible.
#Declaration
Delphi
property Visible: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#Remarks
The utility row is a filter or new item row.
#Default Value
The Visible
property’s default value is False
.
See Also