FileManagerToolbarCustomButton.ClientVisible Property
Gets or sets a value that specifies the initial visibility state of a toolbar custom button on the client side.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
Use the ClientVisible property to define a toolbar custom button’s initial visibility state. The button visibility can then be dynamically changed on the client side using the ASPxClientMenuItem.SetVisible method.
Note
If a button’s server Filefalse
, the button is not rendered on the web page at all, so it can’t be manipulated on the client side.