Class DataFormInputEditor
Base abstract class for all text input editors of the RadDataForm.
Inheritance
System.Object
DataFormInputEditor
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class DataFormInputEditor : DataFormEditor, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormInputEditor()
Declaration
protected DataFormInputEditor()
Fields
PlaceholderProperty
Identifies the Placeholder property.
Declaration
public static readonly BindableProperty PlaceholderProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Placeholder
Gets or sets the placeholder value to display, when there is no input in the entry.
Declaration
public string Placeholder { get; set; }
Property Value
System.String
|