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
    memberInfo IMemberInfo
    visible Boolean
    See Also