Back to Devexpress

IModelMember.IsVisibleInDetailView Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelmember-cf3cbd6c.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
bool? IsVisibleInDetailView { get; }
vb
<DefaultValue(True)>
<Browsable(False)>
ReadOnly Property IsVisibleInDetailView As Boolean?

Property Value

TypeDefaultDescription
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

IModelMember Interface

IModelMember Members

DevExpress.ExpressApp.Model Namespace