Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

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