FilterListItemBase.ActualEditorPlaceholderText Property
Gets the actual placeholder text that is displayed within the editor. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string ActualEditorPlaceholderText { get; }
Property Value
Type | Description |
---|---|
String | The actual placeholder text. |
See Also