Class DataFormGroupHeaderView
Represents the header area of a Data
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormGroupHeaderView : DataFormContentView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IDataFormView, IView, IElement, ITransform
Constructors
DataFormGroupHeaderView()
Initializes a new instance of the Data
Declaration
public DataFormGroupHeaderView()
Fields
ActualHeaderImageStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualHeaderImageStyleProperty
Field Value
Microsoft.
|
ActualHeaderLabelStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualHeaderLabelStyleProperty
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.
|
HeaderTextProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Microsoft.
|
IsHeaderImageVisibleProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsHeaderImageVisibleProperty
Field Value
Microsoft.
|
IsHeaderLabelVisibleProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsHeaderLabelVisibleProperty
Field Value
Microsoft.
|
Properties
ActualHeaderImageStyle
Gets the result from merging the Microsoft.
Declaration
public Style ActualHeaderImageStyle { get; }
Property Value
Microsoft.
|
ActualHeaderLabelStyle
Gets the result from merging the Microsoft.
Declaration
public Style ActualHeaderLabelStyle { get; }
Property Value
Microsoft.
|
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.
|
HeaderText
Gets or sets the text of the header label.
Declaration
public string HeaderText { get; set; }
Property Value
System.
|
IsHeaderImageVisible
Gets a value indicating whether the header icon is currently visible.
Declaration
public bool IsHeaderImageVisible { get; }
Property Value
System.
|
IsHeaderLabelVisible
Gets a value indicating whether the header label is currently visible.
Declaration
public bool IsHeaderLabelVisible { get; }
Property Value
System.
|