Back to Devexpress

DxEditorDropDownButtonBase.Enabled Property

blazor-devexpress-dot-blazor-dot-base-dot-dxeditordropdownbuttonbase-293e8a7c.md

latest972 B
Original Source

DxEditorDropDownButtonBase.Enabled Property

Specifies whether the button is enabled.

Namespace : DevExpress.Blazor.Base

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(true)]
[Parameter]
public bool Enabled { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

false to disable the button; otherwise, true.

|

Remarks

Use this property when the editor is enabled and is not read only.

See Also

DxEditorDropDownButtonBase Class

DxEditorDropDownButtonBase Members

DevExpress.Blazor.Base Namespace