Skip to main content
All docs
V23.2

DxHtmlElement.Hidden Property

Gets or sets whether this element is shown on-screen.

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Data.Desktop.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public bool Hidden { get; set; }

Property Value

Type Description
Boolean

true to completely hide this element; false to display the element.

See Also