TcxPivotGridCustomization.Visible Property
Specifies whether the pivot grid’s customization form is currently visible.
Declaration
property Visible: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
To display the customization form, set this property to True. Otherwise, the form is hidden. You can modify its on-screen position via the FormBounds property. The form is referenced by the Form property when the Visible property is set to True.
The customization form does not display fields with the Hidden property set to True.
See Also