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