ModelNodesGeneratorAttribute.IsDefaultAttribute() Method
Checks if the ModelNodesGeneratorAttribute attribute is initialized with the default parameters.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Returns
Type | Description |
---|---|
Boolean | true, if the ModelNodesGenerator attribute is initialized with the default parameters; otherwise - false. |
See Also