Class DataFormEditorPresenter
Organizes the content of a Data
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormEditorPresenter : RadBorder, IRadBorder, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IDataFormView, IView, IElement, ITransform
Constructors
DataFormEditorPresenter()
Initializes a new instance of the Data
Declaration
public DataFormEditorPresenter()
Fields
ColumnSpacingProperty
Identifies the Column
Declaration
public static readonly BindableProperty ColumnSpacingProperty
Field Value
Microsoft.
|
EditorContentProperty
Identifies the Editor
Declaration
public static readonly BindableProperty EditorContentProperty
Field Value
Microsoft.
|
ErrorContentProperty
Identifies the Error
Declaration
public static readonly BindableProperty ErrorContentProperty
Field Value
Microsoft.
|
ErrorLengthProperty
Identifies the Error
Declaration
public static readonly BindableProperty ErrorLengthProperty
Field Value
Microsoft.
|
ErrorPositionProperty
Identifies the Error
Declaration
public static readonly BindableProperty ErrorPositionProperty
Field Value
Microsoft.
|
HeaderContentProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderContentProperty
Field Value
Microsoft.
|
HeaderLengthProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderLengthProperty
Field Value
Microsoft.
|
HeaderPositionProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderPositionProperty
Field Value
Microsoft.
|
RowSpacingProperty
Identifies the Row
Declaration
public static readonly BindableProperty RowSpacingProperty
Field Value
Microsoft.
|
Properties
ColumnSpacing
Gets or sets the horizontal spacing between the columns in the Data
Declaration
public double ColumnSpacing { get; set; }
Property Value
System.
|
EditorContent
Gets or sets the editor content view in the Data
Declaration
public View EditorContent { get; set; }
Property Value
Microsoft.
|
ErrorContent
Gets or sets the error content view in the Data
Declaration
public View ErrorContent { get; set; }
Property Value
Microsoft.
|
ErrorLength
Gets or sets the length of the error indicator in the editor. This property has an effect only
when the Error
Declaration
public GridLength ErrorLength { get; set; }
Property Value
Microsoft.
|
ErrorPosition
Gets or sets a value specifying the relative position of the error indicator in the Data
Declaration
public DataFormErrorPosition ErrorPosition { get; set; }
Property Value
HeaderContent
Gets or sets the header content view in the Data
Declaration
public View HeaderContent { get; set; }
Property Value
Microsoft.
|
HeaderLength
Gets or sets the length of the header view in the editor. This property has an effect only when
the Header
Declaration
public GridLength HeaderLength { get; set; }
Property Value
Microsoft.
|
HeaderPosition
Gets or sets a value specifying the relative position of the header view in the Data
Declaration
public DataFormHeaderPosition HeaderPosition { get; set; }
Property Value
RowSpacing
Gets or sets the vertical spacing between the rows in the Data
Declaration
public double RowSpacing { get; set; }
Property Value
System.
|