ClassDataFormGroupHeaderView
Represents the header area of a DataFormGroup item in a RadDataForm.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataFormGroupHeaderView : DataFormContentView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormGroupHeaderView
Implements:
Inherited Members
Constructors
DataFormGroupHeaderView()
Initializes a new instance of the DataFormGroupHeaderView class.
Declaration
public DataFormGroupHeaderView()
Fields
ActualHeaderImageStyleProperty
Identifies the ActualHeaderImageStyle property.
Declaration
public static readonly BindableProperty ActualHeaderImageStyleProperty
Field Value
BindableProperty
ActualHeaderLabelStyleProperty
Identifies the ActualHeaderLabelStyle property.
Declaration
public static readonly BindableProperty ActualHeaderLabelStyleProperty
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
HeaderTextProperty
Identifies the HeaderText property.
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
BindableProperty
IsHeaderImageVisibleProperty
Identifies the IsHeaderImageVisible property.
Declaration
public static readonly BindableProperty IsHeaderImageVisibleProperty
Field Value
BindableProperty
IsHeaderLabelVisibleProperty
Identifies the IsHeaderLabelVisible property.
Declaration
public static readonly BindableProperty IsHeaderLabelVisibleProperty
Field Value
BindableProperty
Properties
ActualHeaderImageStyle
Gets the result from merging the Style specified in the HeaderImageStyle property and the default base Style for that property.
Declaration
public Style ActualHeaderImageStyle { get; }
Property Value
Style
ActualHeaderLabelStyle
Gets the result from merging the Style specified in the HeaderLabelStyle property and the default base Style for that property.
Declaration
public Style ActualHeaderLabelStyle { get; }
Property Value
Style
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 applied to 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 applied to the header label. The target type of this Style is .
Declaration
public Style HeaderLabelStyle { get; set; }
Property Value
Style
HeaderText
Gets or sets the text of the header label.
IsHeaderImageVisible
Gets a value indicating whether the header icon is currently visible.
IsHeaderLabelVisible
Gets a value indicating whether the header label is currently visible.