ClassDataFormGroup
Represents a visual grouping of items in a RadDataForm.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataFormGroup : DataFormItem, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormGroup
Implements:
Inherited Members
Constructors
DataFormGroup()
Initializes a new instance of the DataFormGroup class.
Declaration
public DataFormGroup()
Fields
ActualContentStyleProperty
Identifies the ActualContentStyle property.
Declaration
public static readonly BindableProperty ActualContentStyleProperty
Field Value
BindableProperty
ActualHeaderStyleProperty
Identifies the ActualHeaderStyle property.
Declaration
public static readonly BindableProperty ActualHeaderStyleProperty
Field Value
BindableProperty
ContentStyleProperty
Identifies the ContentStyle property.
Declaration
public static readonly BindableProperty ContentStyleProperty
Field Value
BindableProperty
ContentTemplateProperty
Identifies the ContentTemplate property.
Declaration
public static readonly BindableProperty ContentTemplateProperty
Field Value
BindableProperty
GroupNameProperty
Identifies the GroupName property.
Declaration
public static readonly BindableProperty GroupNameProperty
Field Value
BindableProperty
HeaderDisplayOptionsProperty
Identifies the HeaderDisplayOptions property.
Declaration
public static readonly BindableProperty HeaderDisplayOptionsProperty
Field Value
BindableProperty
HeaderImageSourceProperty
Identifies the HeaderImageSource property.
Declaration
public static readonly BindableProperty HeaderImageSourceProperty
Field Value
BindableProperty
HeaderImageStyleProperty
Identifies the HeaderImageStyle property.
Declaration
public static readonly BindableProperty HeaderImageStyleProperty
Field Value
BindableProperty
HeaderLabelStyleProperty
Identifies the HeaderLabelStyle property.
Declaration
public static readonly BindableProperty HeaderLabelStyleProperty
Field Value
BindableProperty
HeaderStyleProperty
Identifies the HeaderStyle property.
Declaration
public static readonly BindableProperty HeaderStyleProperty
Field Value
BindableProperty
HeaderTemplateProperty
Identifies the HeaderTemplate property.
Declaration
public static readonly BindableProperty HeaderTemplateProperty
Field Value
BindableProperty
HeaderTextProperty
Identifies the HeaderText property.
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
BindableProperty
LayoutDefinitionProperty
Identifies the LayoutDefinition property.
Declaration
public static readonly BindableProperty LayoutDefinitionProperty
Field Value
BindableProperty
SpacingProperty
Identifies the Spacing property.
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
BindableProperty
Properties
ActualContentStyle
Gets the result from merging the Style specified in the ContentStyle property and the default base Style for that property.
Declaration
public Style ActualContentStyle { get; }
Property Value
Style
ActualHeaderStyle
Gets the result from merging the Style specified in the HeaderStyle property and the default base Style for that property.
Declaration
public Style ActualHeaderStyle { get; }
Property Value
Style
ContentStyle
Gets or sets the Style of the content view. The target type of this Style is DataFormGroupContentView.
Declaration
public Style ContentStyle { get; set; }
Property Value
Style
ContentTemplate
Gets or sets the ControlTemplate of the content view. The target type of this ControlTemplate is DataFormGroupContentView.
Declaration
public ControlTemplate ContentTemplate { get; set; }
Property Value
ControlTemplate
GroupName
Gets or sets the unique name of the group.
HeaderDisplayOptions
Gets or sets the display options of the header. For more information see the DataFormHeaderDisplayOptions type.
Declaration
public DataFormHeaderDisplayOptions HeaderDisplayOptions { get; set; }
Property Value
HeaderImageSource
Gets or sets the ImageSource of the header icon.
Declaration
public ImageSource HeaderImageSource { get; set; }
Property Value
ImageSource
HeaderImageStyle
Gets or sets the Style of the header icon. The target type of this Style is .
Declaration
public Style HeaderImageStyle { get; set; }
Property Value
Style
HeaderLabelStyle
Gets or sets the Style of the header label. The target type of this Style is .
Declaration
public Style HeaderLabelStyle { get; set; }
Property Value
Style
HeaderStyle
Gets or sets the Style of the header view. The target type of this Style is DataFormGroupHeaderView.
Declaration
public Style HeaderStyle { get; set; }
Property Value
Style
HeaderTemplate
Gets or sets the ControlTemplate of the header view. The target type of this ControlTemplate is DataFormGroupHeaderView.
Declaration
public ControlTemplate HeaderTemplate { get; set; }
Property Value
ControlTemplate
HeaderText
Gets or sets the text of the header label.
Items
Gets a collection of items associated with the current DataFormGroup. For more information see the inheritors of the DataFormItem type.
Declaration
public IList<DataFormItem> Items { get; }
Property Value
LayoutDefinition
Gets or sets the layout definition controlling how the individual items are sized and arranged within the DataFormGroup. For more information see the inheritors of the DataFormLayout type.
Declaration
public DataFormLayout LayoutDefinition { get; set; }
Property Value