Skip to main content
A newer version of this page is available. .

EditorSettings.ClientVisible Property

Gets or sets a value that specifies the initial visibility state of an editor on the client.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public bool ClientVisible { get; set; }

Property Value

Type Description
Boolean

true to make an editor initially displayed; false to render it into the web page, but make it initially hidden on the client.

Remarks

Use the ClientVisible property to define an editor’s initial visibility state. The editor’s visibility can then be dynamically changed on the client side using the ASPxClientControlBase.SetVisible method.

See Also