Class DataFormCustomEditor
Represents a custom editor in the RadDataForm.
Inheritance
System.Object
DataFormCustomEditor
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormCustomEditor : DataFormEditor, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormCustomEditor()
Declaration
public DataFormCustomEditor()
Fields
EditorTemplateProperty
Identifies the EditorTemplate property.
Declaration
public static readonly BindableProperty EditorTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
EditorTemplate
Gets or sets the Microsoft.Maui.Controls.ControlTemplate of the custom editor content. The target type of this template is DataFormCustomEditorContentPresenter.
Declaration
public ControlTemplate EditorTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|