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
Initializes a new instance of the DataFormGroupHeaderView class.
public DataFormGroupHeaderView()
Fields
ActualHeaderImageStyleProperty
BindableProperty
Identifies the ActualHeaderImageStyle property.
public static readonly BindableProperty ActualHeaderImageStyleProperty
ActualHeaderLabelStyleProperty
BindableProperty
Identifies the ActualHeaderLabelStyle property.
public static readonly BindableProperty ActualHeaderLabelStyleProperty
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
HeaderTextProperty
BindableProperty
Identifies the HeaderText property.
public static readonly BindableProperty HeaderTextProperty
IsHeaderImageVisibleProperty
BindableProperty
Identifies the IsHeaderImageVisible property.
public static readonly BindableProperty IsHeaderImageVisibleProperty
IsHeaderLabelVisibleProperty
BindableProperty
Identifies the IsHeaderLabelVisible property.
public static readonly BindableProperty IsHeaderLabelVisibleProperty
Properties
Gets the result from merging the Style specified in the HeaderImageStyle property and the default base Style for that property.
public Style ActualHeaderImageStyle { get; }
Gets the result from merging the Style specified in the HeaderLabelStyle property and the default base Style for that property.
public Style ActualHeaderLabelStyle { get; }
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 applied to the header icon. The target type of this Style is .
public Style HeaderImageStyle { get; set; }
HeaderLabelStyle
Style
Gets or sets the Style applied to the header label. The target type of this Style is .
public Style HeaderLabelStyle { get; set; }
Gets or sets the text of the header label.
public string HeaderText { get; set; }
Gets a value indicating whether the header icon is currently visible.
public bool IsHeaderImageVisible { get; }
Gets a value indicating whether the header label is currently visible.
public bool IsHeaderLabelVisible { get; }