Class
DataFormGroupHeaderView

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

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataFormGroupHeaderView : DataFormContentView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform

Inheritance: objectRadContentViewDataFormContentViewDataFormGroupHeaderView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members DataFormContentView.BackgroundColorPropertyDataFormContentView.BorderColorPropertyDataFormContentView.BorderThicknessPropertyDataFormContentView.CornerRadiusPropertyDataFormContentView.ContentPaddingPropertyDataFormContentView.BackgroundColorDataFormContentView.BorderColorDataFormContentView.BorderThicknessDataFormContentView.CornerRadiusDataFormContentView.ContentPaddingRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

DataFormGroupHeaderView()

Initializes a new instance of the DataFormGroupHeaderView class.

Declaration

cs-api-definition
public DataFormGroupHeaderView()

Fields

ActualHeaderImageStyleProperty

Identifies the ActualHeaderImageStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualHeaderImageStyleProperty

Field Value

BindableProperty

ActualHeaderLabelStyleProperty

Identifies the ActualHeaderLabelStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualHeaderLabelStyleProperty

Field Value

BindableProperty

HeaderDisplayOptionsProperty

Identifies the HeaderDisplayOptions property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderDisplayOptionsProperty

Field Value

BindableProperty

HeaderImageSourceProperty

Identifies the HeaderImageSource property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderImageSourceProperty

Field Value

BindableProperty

HeaderImageStyleProperty

Identifies the HeaderImageStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderImageStyleProperty

Field Value

BindableProperty

HeaderLabelStyleProperty

Identifies the HeaderLabelStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderLabelStyleProperty

Field Value

BindableProperty

HeaderTextProperty

Identifies the HeaderText property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderTextProperty

Field Value

BindableProperty

IsHeaderImageVisibleProperty

Identifies the IsHeaderImageVisible property.

Declaration

cs-api-definition
public static readonly BindableProperty IsHeaderImageVisibleProperty

Field Value

BindableProperty

IsHeaderLabelVisibleProperty

Identifies the IsHeaderLabelVisible property.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public DataFormHeaderDisplayOptions HeaderDisplayOptions { get; set; }

Property Value

DataFormHeaderDisplayOptions

HeaderImageSource

Gets or sets the ImageSource of the header icon.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public Style HeaderLabelStyle { get; set; }

Property Value

Style

HeaderText

Gets or sets the text of the header label.

Declaration

cs-api-definition
public string HeaderText { get; set; }

Property Value

string

IsHeaderImageVisible

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

Declaration

cs-api-definition
public bool IsHeaderImageVisible { get; }

Property Value

bool

IsHeaderLabelVisible

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

Declaration

cs-api-definition
public bool IsHeaderLabelVisible { get; }

Property Value

bool