DataFormInputEditor
Class
Base abstract class for all text input editors of the RadDataForm.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class DataFormInputEditor : DataFormEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormInputEditor...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected DataFormInputEditor()
Fields
PlaceholderProperty
BindableProperty
Identifies the Placeholder property.
C#
public static readonly BindableProperty PlaceholderProperty
Properties
Gets or sets the placeholder value to display, when there is no input in the entry.
C#
public string Placeholder { get; set; }