Skip to main content

InputChipGroup.EditorText Property

Gets or sets the text displayed in the editor.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public string EditorText { get; set; }

#Property Value

Type Description
String

A string value that specifies the text displayed in the editor.

See Also