Class DataFormCustomEditorContentPresenter
Represents the custom content of a DataFormCustomEditor.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormCustomEditorContentPresenter : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
DataFormCustomEditorContentPresenter()
Declaration
public DataFormCustomEditorContentPresenter()
Fields
EditorProperty
Identifies the Editor property.
Declaration
public static readonly BindableProperty EditorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Editor
Gets the editor this control is associated with.
Declaration
public DataFormCustomEditor Editor { get; }
Property Value
DataFormCustomEditor
|
Value
Gets or sets the value of the editor.
Declaration
public object Value { get; set; }
Property Value
System.Object
|