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

ModelNodesGeneratorAttribute.IsDefaultAttribute() Method

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.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