Skip to main content
.NET 6.0+

ViewItemAttribute.IsDefault Property

Indicates whether the target View Item should be automatically used for the Application Model‘s nodes of the type specified by the ViewItemAttribute.ModelNodeType property.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsDefault { get; }

Property Value

Type Description
Boolean

true if the target View Item should be used for the Application Model’s nodes of the type specified by the ModelNodeType property; otherwise, false.

Remarks

See the ViewItemAttribute class description, for details.

See Also