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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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