Defines the appearance of the group header.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataGridGroupHeaderAppearance : DataGridBorderAppearance
Inheritance: objectDataGridAppearanceDataGridBorderAppearanceDataGridGroupHeaderAppearance
Inherited Members
Fields
AggregatesTextColorProperty
BindableProperty
Identifies the AggregatesTextColor property.
public static readonly BindableProperty AggregatesTextColorProperty
AggregatesTextFontAttributesProperty
BindableProperty
Identifies the AggregatesTextFontAttributes property.
public static readonly BindableProperty AggregatesTextFontAttributesProperty
AggregatesTextFontFamilyProperty
BindableProperty
Identifies the AggregatesTextFontFamily property.
public static readonly BindableProperty AggregatesTextFontFamilyProperty
AggregatesTextFontSizeProperty
BindableProperty
Identifies the AggregatesTextFontSize property.
public static readonly BindableProperty AggregatesTextFontSizeProperty
AggregatesTextMarginProperty
BindableProperty
Identifies the AggregatesTextMargin property.
public static readonly BindableProperty AggregatesTextMarginProperty
ButtonFontAttributesProperty
BindableProperty
Identifies the ButtonFontAttributes property.
public static readonly BindableProperty ButtonFontAttributesProperty
ButtonFontFamilyProperty
BindableProperty
Identifies the ButtonFontFamily property.
public static readonly BindableProperty ButtonFontFamilyProperty
ButtonFontSizeProperty
BindableProperty
Identifies the ButtonFontSize property.
public static readonly BindableProperty ButtonFontSizeProperty
ButtonMarginProperty
BindableProperty
Identifies the ButtonMargin property.
public static readonly BindableProperty ButtonMarginProperty
ButtonTextColorProperty
BindableProperty
Identifies the ButtonTextColor property.
public static readonly BindableProperty ButtonTextColorProperty
CollapseButtonTextProperty
BindableProperty
Identifies the CollapseButtonText property.
public static readonly BindableProperty CollapseButtonTextProperty
ExpandButtonTextProperty
BindableProperty
Identifies the ExpandButtonText property.
public static readonly BindableProperty ExpandButtonTextProperty
GroupLevelIndentationProperty
BindableProperty
Identifies the GroupLevelIndentation property.
public static readonly BindableProperty GroupLevelIndentationProperty
HorizontalTextAlignmentProperty
BindableProperty
Identifies the HorizontalTextAlignment property.
public static readonly BindableProperty HorizontalTextAlignmentProperty
SearchMatchTextColorProperty
BindableProperty
Identifies the SearchMatchTextColor property.
public static readonly BindableProperty SearchMatchTextColorProperty
TextColorProperty
BindableProperty
Identifies the TextColor property.
public static readonly BindableProperty TextColorProperty
TextFontAttributesProperty
BindableProperty
Identifies the TextFontAttributes property.
public static readonly BindableProperty TextFontAttributesProperty
TextFontFamilyProperty
BindableProperty
Identifies the TextFontFamily property.
public static readonly BindableProperty TextFontFamilyProperty
TextFontSizeProperty
BindableProperty
Identifies the TextFontSize property.
public static readonly BindableProperty TextFontSizeProperty
TextMarginProperty
BindableProperty
Identifies the TextMargin property.
public static readonly BindableProperty TextMarginProperty
VerticalTextAlignmentProperty
BindableProperty
Identifies the VerticalTextAlignment property.
public static readonly BindableProperty VerticalTextAlignmentProperty
Properties
AggregatesTextColor
Color
Gets or sets the color for the aggregates part of the GroupHeader.
public Color AggregatesTextColor { get; set; }
AggregatesTextFontAttributes
FontAttributes
Gets or sets the FontAttributes for the aggregates part of the GroupHeader.
public FontAttributes AggregatesTextFontAttributes { get; set; }
Gets or sets the FontFamily of the GroupHeaders aggregates part.
public string AggregatesTextFontFamily { get; set; }
Gets or sets the size of the GroupHeaders aggregates part.
[TypeConverter(typeof(FontSizeConverter))]
public double AggregatesTextFontSize { get; set; }
AggregatesTextMargin
Thickness
Gets or sets the margin for the aggregates part of the group header.
public Thickness AggregatesTextMargin { get; set; }
ButtonFontAttributes
FontAttributes
Gets or sets the FontAttributes for the GroupHeaders expand/collapse symbol.
public FontAttributes ButtonFontAttributes { get; set; }
Gets or sets the font family for the expand/collapse symbol of the GroupHeader.
public string ButtonFontFamily { get; set; }
Gets or sets the font size for the expand/collapse symbol of the GroupHeader.
[TypeConverter(typeof(FontSizeConverter))]
public double ButtonFontSize { get; set; }
ButtonMargin
Thickness
Gets or sets the margin for the expand/collapse symbol of the group header.
public Thickness ButtonMargin { get; set; }
ButtonTextColor
Color
Gets or sets the color for the expand/collapse symbol of the GroupHeader.
public Color ButtonTextColor { get; set; }
Gets or sets the text for the collapse button of the GroupHeader.
public string CollapseButtonText { get; set; }
Gets or sets the text for the expand button of the GroupHeader.
public string ExpandButtonText { get; set; }
Gets or sets the indentation that accumulates for each group level.
public double GroupLevelIndentation { get; set; }
HorizontalTextAlignment
TextAlignment
Gets or sets a value indicating the horizontal text alignment.
public TextAlignment HorizontalTextAlignment { get; set; }
SearchMatchTextColor
Color
Gets or sets the color that is used for the parts of the GroupHeader's text that are search matches.
public Color SearchMatchTextColor { get; set; }
TextColor
Color
Gets or sets the color for the text part of the GroupHeader.
public Color TextColor { get; set; }
TextFontAttributes
FontAttributes
Gets or sets the FontAttributes for the text part of the GroupHeader.
public FontAttributes TextFontAttributes { get; set; }
Gets or sets the FontFamily of the GroupHeaders text part.
public string TextFontFamily { get; set; }
Gets or sets the size of the GroupHeaders text part.
[TypeConverter(typeof(FontSizeConverter))]
public double TextFontSize { get; set; }
TextMargin
Thickness
Gets or sets the margin for the text part of the group header.
public Thickness TextMargin { get; set; }
VerticalTextAlignment
TextAlignment
Gets or sets a value indicating the vertical text alignment.
public TextAlignment VerticalTextAlignment { get; set; }