Skip to main content
All docs
V26.1
  • CustomizePropertyVisibilityEventArgs(IMemberInfo, Boolean) Constructor

    Initializes a new instance of the CustomizePropertyVisibilityEventArgs class with specified settings.

    Namespace: DevExpress.ExpressApp.Blazor.Components

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

    Declaration

    public CustomizePropertyVisibilityEventArgs(
        IMemberInfo memberInfo,
        bool visible
    )

    Parameters

    Name Type Description
    memberInfo IMemberInfo

    Supplies information on the current property.

    visible Boolean

    true to display the property in the Filter Builder; false to hide the property.

    See Also