New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the header area of a DataFormGroup item in a RadDataForm.

Definition

Constructors

Initializes a new instance of the DataFormGroupHeaderView class.

C#
public DataFormGroupHeaderView()

Fields

Identifies the ActualHeaderImageStyle property.

C#
public static readonly BindableProperty ActualHeaderImageStyleProperty

Identifies the ActualHeaderLabelStyle property.

C#
public static readonly BindableProperty ActualHeaderLabelStyleProperty

Identifies the HeaderDisplayOptions property.

C#
public static readonly BindableProperty HeaderDisplayOptionsProperty

Identifies the HeaderImageSource property.

C#
public static readonly BindableProperty HeaderImageSourceProperty

HeaderImageStyleProperty

BindableProperty

Identifies the HeaderImageStyle property.

C#
public static readonly BindableProperty HeaderImageStyleProperty

HeaderLabelStyleProperty

BindableProperty

Identifies the HeaderLabelStyle property.

C#
public static readonly BindableProperty HeaderLabelStyleProperty

HeaderTextProperty

BindableProperty

Identifies the HeaderText property.

C#
public static readonly BindableProperty HeaderTextProperty

Identifies the IsHeaderImageVisible property.

C#
public static readonly BindableProperty IsHeaderImageVisibleProperty

Identifies the IsHeaderLabelVisible property.

C#
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.

C#
public Style ActualHeaderImageStyle { get; }

Gets the result from merging the Style specified in the HeaderLabelStyle property and the default base Style for that property.

C#
public Style ActualHeaderLabelStyle { get; }

Gets or sets the display options of the header. For more information see the DataFormHeaderDisplayOptions type.

C#
public DataFormHeaderDisplayOptions HeaderDisplayOptions { get; set; }

Gets or sets the ImageSource of the header icon.

C#
public ImageSource HeaderImageSource { get; set; }

Gets or sets the Style applied to the header icon. The target type of this Style is .

C#
public Style HeaderImageStyle { get; set; }

Gets or sets the Style applied to the header label. The target type of this Style is .

C#
public Style HeaderLabelStyle { get; set; }

Gets or sets the text of the header label.

C#
public string HeaderText { get; set; }

Gets a value indicating whether the header icon is currently visible.

C#
public bool IsHeaderImageVisible { get; }

Gets a value indicating whether the header label is currently visible.

C#
public bool IsHeaderLabelVisible { get; }