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