DataFormGroup
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
Initializes a new instance of the DataFormGroup class.
public DataFormGroup()
Fields
ActualContentStyleProperty
BindableProperty
Identifies the ActualContentStyle property.
public static readonly BindableProperty ActualContentStyleProperty
ActualHeaderStyleProperty
BindableProperty
Identifies the ActualHeaderStyle property.
public static readonly BindableProperty ActualHeaderStyleProperty
ContentStyleProperty
BindableProperty
Identifies the ContentStyle property.
public static readonly BindableProperty ContentStyleProperty
ContentTemplateProperty
BindableProperty
Identifies the ContentTemplate property.
public static readonly BindableProperty ContentTemplateProperty
GroupNameProperty
BindableProperty
Identifies the GroupName property.
public static readonly BindableProperty GroupNameProperty
HeaderDisplayOptionsProperty
BindableProperty
Identifies the HeaderDisplayOptions property.
public static readonly BindableProperty HeaderDisplayOptionsProperty
HeaderImageSourceProperty
BindableProperty
Identifies the HeaderImageSource property.
public static readonly BindableProperty HeaderImageSourceProperty
HeaderImageStyleProperty
BindableProperty
Identifies the HeaderImageStyle property.
public static readonly BindableProperty HeaderImageStyleProperty
HeaderLabelStyleProperty
BindableProperty
Identifies the HeaderLabelStyle property.
public static readonly BindableProperty HeaderLabelStyleProperty
HeaderStyleProperty
BindableProperty
Identifies the HeaderStyle property.
public static readonly BindableProperty HeaderStyleProperty
HeaderTemplateProperty
BindableProperty
Identifies the HeaderTemplate property.
public static readonly BindableProperty HeaderTemplateProperty
HeaderTextProperty
BindableProperty
Identifies the HeaderText property.
public static readonly BindableProperty HeaderTextProperty
LayoutDefinitionProperty
BindableProperty
Identifies the LayoutDefinition property.
public static readonly BindableProperty LayoutDefinitionProperty
SpacingProperty
BindableProperty
Identifies the Spacing property.
public static readonly BindableProperty SpacingProperty
Properties
ActualContentStyle
Style
Gets the result from merging the Style specified in the ContentStyle property and the default base Style for that property.
public Style ActualContentStyle { get; }
ActualHeaderStyle
Style
Gets the result from merging the Style specified in the HeaderStyle property and the default base Style for that property.
public Style ActualHeaderStyle { get; }
ContentStyle
Style
Gets or sets the Style of the content view. The target type of this Style is DataFormGroupContentView.
public Style ContentStyle { get; set; }
ContentTemplate
ControlTemplate
Gets or sets the ControlTemplate of the content view. The target type of this ControlTemplate is DataFormGroupContentView.
public ControlTemplate ContentTemplate { get; set; }
Gets or sets the display options of the header. For more information see the DataFormHeaderDisplayOptions type.
public DataFormHeaderDisplayOptions HeaderDisplayOptions { get; set; }
HeaderImageSource
ImageSource
Gets or sets the ImageSource of the header icon.
public ImageSource HeaderImageSource { get; set; }
HeaderImageStyle
Style
Gets or sets the Style of the header icon. The target type of this Style is .
public Style HeaderImageStyle { get; set; }
HeaderLabelStyle
Style
Gets or sets the Style of the header label. The target type of this Style is .
public Style HeaderLabelStyle { get; set; }
HeaderStyle
Style
Gets or sets the Style of the header view. The target type of this Style is DataFormGroupHeaderView.
public Style HeaderStyle { get; set; }
HeaderTemplate
ControlTemplate
Gets or sets the ControlTemplate of the header view. The target type of this ControlTemplate is DataFormGroupHeaderView.
public ControlTemplate HeaderTemplate { get; set; }
Gets or sets the text of the header label.
public string HeaderText { get; set; }
Gets a collection of items associated with the current DataFormGroup. For more information see the inheritors of the DataFormItem type.
public IList<DataFormItem> Items { get; }
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.
public DataFormLayout LayoutDefinition { get; set; }