Back to Devexpress

CheckEdit.Label Property

maui-devexpress-dot-maui-dot-editors-dot-checkedit-aa037f34.md

latest765 B
Original Source

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

csharp
public string Label { get; set; }

Property Value

TypeDescription
String

The label text.

|

See Also

CheckEdit Class

CheckEdit Members

DevExpress.Maui.Editors Namespace