Skip to main content

RibbonCheckBox.Text Property

Gets or sets the RibbonCheckBox‘s text. This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

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

NuGet Package: DevExpress.WinUI

#Declaration

[DP("", Handler = "OnTextChanged")]
public string Text { get; set; }

#Property Value

Type Description
String

The RibbonCheckBox‘s text.

See Also