Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.2.dll

Declaration

[DefaultValue(true)]
bool? IsVisibleInDetailView { get; }

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