Skip to main content
All docs
V25.1
  • DxHtmlElement.Hidden Property

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

    Namespace: DevExpress.Utils.Html

    Assembly: DevExpress.Data.Desktop.v25.1.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