Class
DataFormCustomEditorContentPresenter

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: IContentViewICrossPlatformLayoutIElementIPaddingIRadBorderIRadContentViewITransformIView

Inherited Members RadBorder.BorderColorPropertyRadBorder.CornerRadiusPropertyRadBorder.BorderThicknessPropertyRadBorder.BorderBrushPropertyRadBorder.ChangeVisualState()RadBorder.BorderColorRadBorder.CornerRadiusRadBorder.BorderThicknessRadBorder.BorderBrushRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

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

DataFormCustomEditor

Value

Gets or sets the value of the editor.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object