Skip to main content
A newer version of this page is available. .

CheckEdit.Label Property

Gets or sets the text displayed next to the checkbox.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public string Label { get; set; }

Property Value

Type Description
String

A value that specifies the label text.

See Also