FileManagerSettings.ClientVisible Property
In This Article
Gets or sets a value that specifies the initial visibility state of a FileManager on the client.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to initially display a File |
#Remarks
Use the ClientVisible property to define an FileManager’s initial visibility state. The FileManager’s visibility can then be dynamically changed on the client side using the ASPxClientControlBase.SetVisible method.
See Also