IModelMember.IsVisibleInDetailView Property
Specifies whether the Property Editor that corresponds to a property is visible in a Detail View.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Default | Description |
---|---|---|
Nullable<Boolean> | true | true, if the Property Editor that corresponds to a property is visible in a Detail View; otherwise, false. |
Remarks
This property can be set in code, using the VisibleInDetailViewAttribute.
See Also