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