Skip to main content

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

C#
public string Label { get; set; }

#Property Value

Type Description
String

A value that specifies the label text.

See Also