Class DataFormGroup
Represents a visual grouping of items in a Rad
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormGroup : DataFormItem, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IDataFormView, IView, IElement, ITransform
Constructors
DataFormGroup()
Fields
ActualContentStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualContentStyleProperty
Field Value
Microsoft.
|
ActualHeaderStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualHeaderStyleProperty
Field Value
Microsoft.
|
ContentStyleProperty
Identifies the Content
Declaration
public static readonly BindableProperty ContentStyleProperty
Field Value
Microsoft.
|
ContentTemplateProperty
Identifies the Content
Declaration
public static readonly BindableProperty ContentTemplateProperty
Field Value
Microsoft.
|
GroupNameProperty
Identifies the Group
Declaration
public static readonly BindableProperty GroupNameProperty
Field Value
Microsoft.
|
HeaderDisplayOptionsProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderDisplayOptionsProperty
Field Value
Microsoft.
|
HeaderImageSourceProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderImageSourceProperty
Field Value
Microsoft.
|
HeaderImageStyleProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderImageStyleProperty
Field Value
Microsoft.
|
HeaderLabelStyleProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderLabelStyleProperty
Field Value
Microsoft.
|
HeaderStyleProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderStyleProperty
Field Value
Microsoft.
|
HeaderTemplateProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderTemplateProperty
Field Value
Microsoft.
|
HeaderTextProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Microsoft.
|
LayoutDefinitionProperty
Identifies the Layout
Declaration
public static readonly BindableProperty LayoutDefinitionProperty
Field Value
Microsoft.
|
SpacingProperty
Identifies the Spacing property.
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
Microsoft.
|
Properties
ActualContentStyle
Gets the result from merging the Microsoft.
Declaration
public Style ActualContentStyle { get; }
Property Value
Microsoft.
|
ActualHeaderStyle
Gets the result from merging the Microsoft.
Declaration
public Style ActualHeaderStyle { get; }
Property Value
Microsoft.
|
ContentStyle
Gets or sets the Microsoft.
Declaration
public Style ContentStyle { get; set; }
Property Value
Microsoft.
|
ContentTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate ContentTemplate { get; set; }
Property Value
Microsoft.
|
GroupName
Gets or sets the unique name of the group.
Declaration
public string GroupName { get; set; }
Property Value
System.
|
HeaderDisplayOptions
Gets or sets the display options of the header.
For more information see the Data
Declaration
public DataFormHeaderDisplayOptions HeaderDisplayOptions { get; set; }
Property Value
HeaderImageSource
Gets or sets the Microsoft.
Declaration
public ImageSource HeaderImageSource { get; set; }
Property Value
Microsoft.
|
HeaderImageStyle
Gets or sets the Microsoft.
Declaration
public Style HeaderImageStyle { get; set; }
Property Value
Microsoft.
|
HeaderLabelStyle
Gets or sets the Microsoft.
Declaration
public Style HeaderLabelStyle { get; set; }
Property Value
Microsoft.
|
HeaderStyle
Gets or sets the Microsoft.
Declaration
public Style HeaderStyle { get; set; }
Property Value
Microsoft.
|
HeaderTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate HeaderTemplate { get; set; }
Property Value
Microsoft.
|
HeaderText
Gets or sets the text of the header label.
Declaration
public string HeaderText { get; set; }
Property Value
System.
|
Items
Gets a collection of items associated with the current Data
Declaration
public IList<DataFormItem> Items { get; }
Property Value
System.
|
LayoutDefinition
Gets or sets the layout definition controlling how the individual items are sized and arranged within the
Data
Declaration
public DataFormLayout LayoutDefinition { get; set; }
Property Value
Spacing
Gets or sets the spacing in pixels between the header view and the content view.
Declaration
public double Spacing { get; set; }
Property Value
System.
|