Class
DataGridGroupHeaderAppearance

Defines the appearance of the group header.

Definition

Fields

AggregatesTextColorProperty

Identifies the AggregatesTextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty AggregatesTextColorProperty

Field Value

BindableProperty

AggregatesTextFontAttributesProperty

Identifies the AggregatesTextFontAttributes property.

Declaration

cs-api-definition
public static readonly BindableProperty AggregatesTextFontAttributesProperty

Field Value

BindableProperty

AggregatesTextFontFamilyProperty

Identifies the AggregatesTextFontFamily property.

Declaration

cs-api-definition
public static readonly BindableProperty AggregatesTextFontFamilyProperty

Field Value

BindableProperty

AggregatesTextFontSizeProperty

Identifies the AggregatesTextFontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty AggregatesTextFontSizeProperty

Field Value

BindableProperty

AggregatesTextMarginProperty

Identifies the AggregatesTextMargin property.

Declaration

cs-api-definition
public static readonly BindableProperty AggregatesTextMarginProperty

Field Value

BindableProperty

ButtonFontAttributesProperty

Identifies the ButtonFontAttributes property.

Declaration

cs-api-definition
public static readonly BindableProperty ButtonFontAttributesProperty

Field Value

BindableProperty

ButtonFontFamilyProperty

Identifies the ButtonFontFamily property.

Declaration

cs-api-definition
public static readonly BindableProperty ButtonFontFamilyProperty

Field Value

BindableProperty

ButtonFontSizeProperty

Identifies the ButtonFontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty ButtonFontSizeProperty

Field Value

BindableProperty

ButtonMarginProperty

Identifies the ButtonMargin property.

Declaration

cs-api-definition
public static readonly BindableProperty ButtonMarginProperty

Field Value

BindableProperty

ButtonTextColorProperty

Identifies the ButtonTextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty ButtonTextColorProperty

Field Value

BindableProperty

CollapseButtonTextProperty

Identifies the CollapseButtonText property.

Declaration

cs-api-definition
public static readonly BindableProperty CollapseButtonTextProperty

Field Value

BindableProperty

ExpandButtonTextProperty

Identifies the ExpandButtonText property.

Declaration

cs-api-definition
public static readonly BindableProperty ExpandButtonTextProperty

Field Value

BindableProperty

GroupLevelIndentationProperty

Identifies the GroupLevelIndentation property.

Declaration

cs-api-definition
public static readonly BindableProperty GroupLevelIndentationProperty

Field Value

BindableProperty

HorizontalTextAlignmentProperty

Identifies the HorizontalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalTextAlignmentProperty

Field Value

BindableProperty

SearchMatchTextColorProperty

Identifies the SearchMatchTextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty SearchMatchTextColorProperty

Field Value

BindableProperty

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

TextFontAttributesProperty

Identifies the TextFontAttributes property.

Declaration

cs-api-definition
public static readonly BindableProperty TextFontAttributesProperty

Field Value

BindableProperty

TextFontFamilyProperty

Identifies the TextFontFamily property.

Declaration

cs-api-definition
public static readonly BindableProperty TextFontFamilyProperty

Field Value

BindableProperty

TextFontSizeProperty

Identifies the TextFontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty TextFontSizeProperty

Field Value

BindableProperty

TextMarginProperty

Identifies the TextMargin property.

Declaration

cs-api-definition
public static readonly BindableProperty TextMarginProperty

Field Value

BindableProperty

VerticalTextAlignmentProperty

Identifies the VerticalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalTextAlignmentProperty

Field Value

BindableProperty

Properties

AggregatesTextColor

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

Declaration

cs-api-definition
public Color AggregatesTextColor { get; set; }

Property Value

Color

AggregatesTextFontAttributes

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

Declaration

cs-api-definition
public FontAttributes AggregatesTextFontAttributes { get; set; }

Property Value

FontAttributes

AggregatesTextFontFamily

Gets or sets the FontFamily of the GroupHeaders aggregates part.

Declaration

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

Property Value

string

AggregatesTextFontSize

Gets or sets the size of the GroupHeaders aggregates part.

Declaration

cs-api-definition
[TypeConverter(typeof(FontSizeConverter))]
public double AggregatesTextFontSize { get; set; }

Property Value

double

AggregatesTextMargin

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

Declaration

cs-api-definition
public Thickness AggregatesTextMargin { get; set; }

Property Value

Thickness

ButtonFontAttributes

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

Declaration

cs-api-definition
public FontAttributes ButtonFontAttributes { get; set; }

Property Value

FontAttributes

ButtonFontFamily

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

Declaration

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

Property Value

string

ButtonFontSize

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

Declaration

cs-api-definition
[TypeConverter(typeof(FontSizeConverter))]
public double ButtonFontSize { get; set; }

Property Value

double

ButtonMargin

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

Declaration

cs-api-definition
public Thickness ButtonMargin { get; set; }

Property Value

Thickness

ButtonTextColor

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

Declaration

cs-api-definition
public Color ButtonTextColor { get; set; }

Property Value

Color

CollapseButtonText

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

Declaration

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

Property Value

string

ExpandButtonText

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

Declaration

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

Property Value

string

GroupLevelIndentation

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

Declaration

cs-api-definition
public double GroupLevelIndentation { get; set; }

Property Value

double

HorizontalTextAlignment

Gets or sets a value indicating the horizontal text alignment.

Declaration

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

cs-api-definition
public Color SearchMatchTextColor { get; set; }

Property Value

Color

TextColor

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

Declaration

cs-api-definition
public Color TextColor { get; set; }

Property Value

Color

TextFontAttributes

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

Declaration

cs-api-definition
public FontAttributes TextFontAttributes { get; set; }

Property Value

FontAttributes

TextFontFamily

Gets or sets the FontFamily of the GroupHeaders text part.

Declaration

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

Property Value

string

TextFontSize

Gets or sets the size of the GroupHeaders text part.

Declaration

cs-api-definition
[TypeConverter(typeof(FontSizeConverter))]
public double TextFontSize { get; set; }

Property Value

double

TextMargin

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

Declaration

cs-api-definition
public Thickness TextMargin { get; set; }

Property Value

Thickness

VerticalTextAlignment

Gets or sets a value indicating the vertical text alignment.

Declaration

cs-api-definition
public TextAlignment VerticalTextAlignment { get; set; }

Property Value

TextAlignment