Skip to main content

DXButton.IsEnabled Property

Gets or sets whether users can interact with the button.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public bool IsEnabled { get; set; }

#Property Value

Type Description
Boolean

true if users can interact with the button; otherwise, false.

See Also