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

    Supplies information on the current property.

    Namespace: DevExpress.ExpressApp.Blazor.Components

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

    Declaration

    public IMemberInfo MemberInfo { get; }

    Property Value

    Type Description
    IMemberInfo

    An object that supply metadata information on a property.

    See Also