Skip to main content
A newer version of this page is available. .

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

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