Skip to main content

DxDateEditDropDownButton.Enabled Property

Specifies whether the button is enabled.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
Boolean true

false to disable the button; otherwise, true.

Remarks

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

See Also