Skip to main content
.NET 6.0+

ModelNodesGeneratorAttribute.IsDefaultAttribute() Method

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override bool IsDefaultAttribute()

Returns

Type Description
Boolean

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

See Also