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

Defines the appearance of the group header.

Definition

Fields

Identifies the AggregatesTextColor property.

C#
public static readonly BindableProperty AggregatesTextColorProperty

Identifies the AggregatesTextFontAttributes property.

C#
public static readonly BindableProperty AggregatesTextFontAttributesProperty

Identifies the AggregatesTextFontFamily property.

C#
public static readonly BindableProperty AggregatesTextFontFamilyProperty

Identifies the AggregatesTextFontSize property.

C#
public static readonly BindableProperty AggregatesTextFontSizeProperty

Identifies the AggregatesTextMargin property.

C#
public static readonly BindableProperty AggregatesTextMarginProperty

Identifies the ButtonFontAttributes property.

C#
public static readonly BindableProperty ButtonFontAttributesProperty

ButtonFontFamilyProperty

BindableProperty

Identifies the ButtonFontFamily property.

C#
public static readonly BindableProperty ButtonFontFamilyProperty

ButtonFontSizeProperty

BindableProperty

Identifies the ButtonFontSize property.

C#
public static readonly BindableProperty ButtonFontSizeProperty

ButtonMarginProperty

BindableProperty

Identifies the ButtonMargin property.

C#
public static readonly BindableProperty ButtonMarginProperty

ButtonTextColorProperty

BindableProperty

Identifies the ButtonTextColor property.

C#
public static readonly BindableProperty ButtonTextColorProperty

Identifies the CollapseButtonText property.

C#
public static readonly BindableProperty CollapseButtonTextProperty

ExpandButtonTextProperty

BindableProperty

Identifies the ExpandButtonText property.

C#
public static readonly BindableProperty ExpandButtonTextProperty

Identifies the GroupLevelIndentation property.

C#
public static readonly BindableProperty GroupLevelIndentationProperty

Identifies the HorizontalTextAlignment property.

C#
public static readonly BindableProperty HorizontalTextAlignmentProperty

Identifies the SearchMatchTextColor property.

C#
public static readonly BindableProperty SearchMatchTextColorProperty

TextColorProperty

BindableProperty

Identifies the TextColor property.

C#
public static readonly BindableProperty TextColorProperty

Identifies the TextFontAttributes property.

C#
public static readonly BindableProperty TextFontAttributesProperty

TextFontFamilyProperty

BindableProperty

Identifies the TextFontFamily property.

C#
public static readonly BindableProperty TextFontFamilyProperty

TextFontSizeProperty

BindableProperty

Identifies the TextFontSize property.

C#
public static readonly BindableProperty TextFontSizeProperty

TextMarginProperty

BindableProperty

Identifies the TextMargin property.

C#
public static readonly BindableProperty TextMarginProperty

Identifies the VerticalTextAlignment property.

C#
public static readonly BindableProperty VerticalTextAlignmentProperty

Properties

Gets or sets the color for the aggregates part of the GroupHeader.

C#
public Color AggregatesTextColor { get; set; }

Gets or sets the FontAttributes for the aggregates part of the GroupHeader.

C#
public FontAttributes AggregatesTextFontAttributes { get; set; }

Gets or sets the FontFamily of the GroupHeaders aggregates part.

C#
public string AggregatesTextFontFamily { get; set; }

Gets or sets the size of the GroupHeaders aggregates part.

C#
[TypeConverter(typeof(FontSizeConverter))]
public double AggregatesTextFontSize { get; set; }

Gets or sets the margin for the aggregates part of the group header.

C#
public Thickness AggregatesTextMargin { get; set; }

ButtonFontAttributes

FontAttributes

Gets or sets the FontAttributes for the GroupHeaders expand/collapse symbol.

C#
public FontAttributes ButtonFontAttributes { get; set; }

Gets or sets the font family for the expand/collapse symbol of the GroupHeader.

C#
public string ButtonFontFamily { get; set; }

Gets or sets the font size for the expand/collapse symbol of the GroupHeader.

C#
[TypeConverter(typeof(FontSizeConverter))]
public double ButtonFontSize { get; set; }

ButtonMargin

Thickness

Gets or sets the margin for the expand/collapse symbol of the group header.

C#
public Thickness ButtonMargin { get; set; }

Gets or sets the color for the expand/collapse symbol of the GroupHeader.

C#
public Color ButtonTextColor { get; set; }

Gets or sets the text for the collapse button of the GroupHeader.

C#
public string CollapseButtonText { get; set; }

Gets or sets the text for the expand button of the GroupHeader.

C#
public string ExpandButtonText { get; set; }

Gets or sets the indentation that accumulates for each group level.

C#
public double GroupLevelIndentation { get; set; }

Gets or sets a value indicating the horizontal text alignment.

C#
public TextAlignment HorizontalTextAlignment { get; set; }

Gets or sets the color that is used for the parts of the GroupHeader's text that are search matches.

C#
public Color SearchMatchTextColor { get; set; }

Gets or sets the color for the text part of the GroupHeader.

C#
public Color TextColor { get; set; }

TextFontAttributes

FontAttributes

Gets or sets the FontAttributes for the text part of the GroupHeader.

C#
public FontAttributes TextFontAttributes { get; set; }

Gets or sets the FontFamily of the GroupHeaders text part.

C#
public string TextFontFamily { get; set; }

Gets or sets the size of the GroupHeaders text part.

C#
[TypeConverter(typeof(FontSizeConverter))]
public double TextFontSize { get; set; }

TextMargin

Thickness

Gets or sets the margin for the text part of the group header.

C#
public Thickness TextMargin { get; set; }

Gets or sets a value indicating the vertical text alignment.

C#
public TextAlignment VerticalTextAlignment { get; set; }