CheckEdit.Label Property
Gets or sets the text displayed next to the checkbox. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
public string Label { get; set; }
#Property Value
Type | Description |
---|---|
String | The label text. |