Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ModelNodesGeneratorAttribute.IsDefaultAttribute() Method

Checks if the ModelNodesGeneratorAttribute attribute is initialized with the default parameters.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public override bool IsDefaultAttribute()

Returns

Type Description
Boolean

true, if the ModelNodesGenerator attribute is initialized with the default parameters; otherwise - false.

See Also