ClassDataGridGroupHeaderAppearance
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
Identifies the AggregatesTextColor property.
Declaration
public static readonly BindableProperty AggregatesTextColorProperty
Field Value
BindableProperty
AggregatesTextFontAttributesProperty
Identifies the AggregatesTextFontAttributes property.
Declaration
public static readonly BindableProperty AggregatesTextFontAttributesProperty
Field Value
BindableProperty
AggregatesTextFontFamilyProperty
Identifies the AggregatesTextFontFamily property.
Declaration
public static readonly BindableProperty AggregatesTextFontFamilyProperty
Field Value
BindableProperty
AggregatesTextFontSizeProperty
Identifies the AggregatesTextFontSize property.
Declaration
public static readonly BindableProperty AggregatesTextFontSizeProperty
Field Value
BindableProperty
AggregatesTextMarginProperty
Identifies the AggregatesTextMargin property.
Declaration
public static readonly BindableProperty AggregatesTextMarginProperty
Field Value
BindableProperty
ButtonFontAttributesProperty
Identifies the ButtonFontAttributes property.
Declaration
public static readonly BindableProperty ButtonFontAttributesProperty
Field Value
BindableProperty
ButtonFontFamilyProperty
Identifies the ButtonFontFamily property.
Declaration
public static readonly BindableProperty ButtonFontFamilyProperty
Field Value
BindableProperty
ButtonFontSizeProperty
Identifies the ButtonFontSize property.
Declaration
public static readonly BindableProperty ButtonFontSizeProperty
Field Value
BindableProperty
ButtonMarginProperty
Identifies the ButtonMargin property.
Declaration
public static readonly BindableProperty ButtonMarginProperty
Field Value
BindableProperty
ButtonTextColorProperty
Identifies the ButtonTextColor property.
Declaration
public static readonly BindableProperty ButtonTextColorProperty
Field Value
BindableProperty
CollapseButtonTextProperty
Identifies the CollapseButtonText property.
Declaration
public static readonly BindableProperty CollapseButtonTextProperty
Field Value
BindableProperty
ExpandButtonTextProperty
Identifies the ExpandButtonText property.
Declaration
public static readonly BindableProperty ExpandButtonTextProperty
Field Value
BindableProperty
GroupLevelIndentationProperty
Identifies the GroupLevelIndentation property.
Declaration
public static readonly BindableProperty GroupLevelIndentationProperty
Field Value
BindableProperty
HorizontalTextAlignmentProperty
Identifies the HorizontalTextAlignment property.
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
BindableProperty
SearchMatchTextColorProperty
Identifies the SearchMatchTextColor property.
Declaration
public static readonly BindableProperty SearchMatchTextColorProperty
Field Value
BindableProperty
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
BindableProperty
TextFontAttributesProperty
Identifies the TextFontAttributes property.
Declaration
public static readonly BindableProperty TextFontAttributesProperty
Field Value
BindableProperty
TextFontFamilyProperty
Identifies the TextFontFamily property.
Declaration
public static readonly BindableProperty TextFontFamilyProperty
Field Value
BindableProperty
TextFontSizeProperty
Identifies the TextFontSize property.
Declaration
public static readonly BindableProperty TextFontSizeProperty
Field Value
BindableProperty
TextMarginProperty
Identifies the TextMargin property.
Declaration
public static readonly BindableProperty TextMarginProperty
Field Value
BindableProperty
VerticalTextAlignmentProperty
Identifies the VerticalTextAlignment property.
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
BindableProperty
Properties
AggregatesTextColor
Gets or sets the color for the aggregates part of the GroupHeader.
Declaration
public Color AggregatesTextColor { get; set; }
Property Value
Color
AggregatesTextFontAttributes
Gets or sets the FontAttributes for the aggregates part of the GroupHeader.
Declaration
public FontAttributes AggregatesTextFontAttributes { get; set; }
Property Value
FontAttributes
AggregatesTextFontFamily
Gets or sets the FontFamily of the GroupHeaders aggregates part.
Declaration
public string AggregatesTextFontFamily { get; set; }
Property Value
AggregatesTextFontSize
Gets or sets the size of the GroupHeaders aggregates part.
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double AggregatesTextFontSize { get; set; }
Property Value
AggregatesTextMargin
Gets or sets the margin for the aggregates part of the group header.
Declaration
public Thickness AggregatesTextMargin { get; set; }
Property Value
Thickness
ButtonFontAttributes
Gets or sets the FontAttributes for the GroupHeaders expand/collapse symbol.
Declaration
public FontAttributes ButtonFontAttributes { get; set; }
Property Value
FontAttributes
ButtonFontFamily
Gets or sets the font family for the expand/collapse symbol of the GroupHeader.
ButtonFontSize
Gets or sets the font size for the expand/collapse symbol of the GroupHeader.
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double ButtonFontSize { get; set; }
Property Value
ButtonMargin
Gets or sets the margin for the expand/collapse symbol of the group header.
Declaration
public Thickness ButtonMargin { get; set; }
Property Value
Thickness
ButtonTextColor
Gets or sets the color for the expand/collapse symbol of the GroupHeader.
Declaration
public Color ButtonTextColor { get; set; }
Property Value
Color
CollapseButtonText
Gets or sets the text for the collapse button of the GroupHeader.
ExpandButtonText
Gets or sets the text for the expand button of the GroupHeader.
GroupLevelIndentation
Gets or sets the indentation that accumulates for each group level.
Declaration
public double GroupLevelIndentation { get; set; }
Property Value
HorizontalTextAlignment
Gets or sets a value indicating the horizontal text alignment.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
TextAlignment
SearchMatchTextColor
Gets or sets the color that is used for the parts of the GroupHeader's text that are search matches.
Declaration
public Color SearchMatchTextColor { get; set; }
Property Value
Color
TextColor
Gets or sets the color for the text part of the GroupHeader.
Declaration
public Color TextColor { get; set; }
Property Value
Color
TextFontAttributes
Gets or sets the FontAttributes for the text part of the GroupHeader.
Declaration
public FontAttributes TextFontAttributes { get; set; }
Property Value
FontAttributes
TextFontFamily
Gets or sets the FontFamily of the GroupHeaders text part.
TextFontSize
Gets or sets the size of the GroupHeaders text part.
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double TextFontSize { get; set; }
Property Value
TextMargin
Gets or sets the margin for the text part of the group header.
Declaration
public Thickness TextMargin { get; set; }
Property Value
Thickness
VerticalTextAlignment
Gets or sets a value indicating the vertical text alignment.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
TextAlignment