TdxNavBarCustomization.Visible Property
In This Article
Specifies the Customization Form‘s visibility.
#Declaration
Delphi
property Visible: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean | A boolean value. |
#Remarks
Set the Visible property to True to display the Customization Form. Otherwise, the form will be invisible.
See Also