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
Parameters
| Name | Type | Description |
|---|---|---|
| memberInfo | IMemberInfo | Supplies information on the current property. |
| visible | Boolean |
|
See Also