Chip.Text Property
Gets or sets the text displayed in the chip.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
String | A string value that specifies a text. |
See Also