Skip to main content
All docs
V22.1
  • InputChipGroup.EditorPlaceholderText Property

    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

    public string EditorPlaceholderText { get; set; }

    Property Value

    Type Description
    String

    A string value that specifies the placeholder text.

    See Also