TcxGridPreview.Active Property
Determines whether the preview is displayed or hidden.
Declaration
property Active: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
Use the Active property to determine whether the preview section is displayed. To display the preview section, set the column to preview via the Column property and set the Visible property to True.
See Also