DxEditorDropDownButtonBase.Enabled Property
In This Article
Specifies whether the button is enabled.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(true)]
[Parameter]
public bool Enabled { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
Use this property when the editor is enabled and is not read only.
See Also