Skip to main content
All docs
V26.1
  • CustomizePropertyVisibilityEventArgs.Visible Property

    Indicates whether the Filter Builder displays the current property in the list of fields.

    Namespace: DevExpress.ExpressApp.Blazor.Components

    Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll

    Declaration

    public bool Visible { get; set; }

    Property Value

    Type Description
    Boolean

    true to display the property; false to hide the property.

    See Also