InputChipGroup.EditorPlaceholderText Property
In This Article
Gets or sets the text displayed in the editor when it is focused but does not contain a value.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public string EditorPlaceholderText { get; set; }
#Property Value
Type | Description |
---|---|
String | A string value that specifies the placeholder text. |
See Also