Skip to main content

RibbonToggleButton.IsChecked Property

Gets or sets whether the RibbonToggleButton is checked.

Namespace: DevExpress.WinUI.Ribbon

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

NuGet Package: DevExpress.WinUI

#Declaration

[DP(null, Handler = "OnIsCheckedChanged")]
public bool IsChecked { get; set; }

#Property Value

Type Description
Boolean

true if the RibbonToggleButton is checked; otherwise, false.

See Also