InputChipGroup.EditorText Property
Gets or sets the text displayed in the editor. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string EditorText { get; set; }
Property Value
Type | Description |
---|---|
String | The text displayed in the editor. |
See Also