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

ListEditorAttribute.IsDefault Property

Indicates whether the target List Editor should be automatically used for the objects of the specified type.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public bool IsDefault { get; }

Property Value

Type Description
Boolean

true if the target List Editor should be used for the objects of the specified type by default; otherwise, false.

Remarks

See the ListEditorAttribute class description, for details.

See Also