Represents the custom content of a DataFormCustomEditor.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataFormCustomEditorContentPresenter : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadBorderDataFormCustomEditorContentPresenter
Implements:
Inherited Members
Constructors
C#
public DataFormCustomEditorContentPresenter()
Fields
EditorProperty
BindableProperty
Identifies the Editor property.
C#
public static readonly BindableProperty EditorProperty
ValueProperty
BindableProperty
Identifies the Value property.
C#
public static readonly BindableProperty ValueProperty
Properties
Gets the editor this control is associated with.
C#
public DataFormCustomEditor Editor { get; }