[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumnHeaderCell

GridColumnHeaderCell Class

Visual column header

Inheritance
GridColumnHeaderCell
Implements
Namespace: C1.WinUI.Grid
Assembly: C1.WinUI.Grid.dll
Syntax
public class GridColumnHeaderCell : C1View, IDisposable

Constructors

Name Description
GridColumnHeaderCell()

Initializes a new instance of the GridColumnHeaderCell class.

Fields

Name Description
MaxOutlineProperty

Identifies the MaxOutline dependency property.

OutlineBorderColorProperty

Identifies the OutlineBorderColor dependency property.

OutlineBorderWidthProperty

Identifies the OutlineBorderWidth dependency property.

OutlineColorProperty

Identifies the OutlineColor dependency property.

ShowSortProperty

Identifies the ShowSort dependency property.

SortAscendingIconTemplateProperty

Identifies the SortAscendingIconTemplate dependency property.

SortDescendingIconTemplateProperty

Identifies the SortDescendingIconTemplate dependency property.

SortIconPositionProperty

Identifies the SortIconPosition dependency property.

SortIndeterminateIconTemplateProperty

Identifies the SortIndeterminateIconTemplate dependency property.

SortStateProperty

Identifies the SortState dependency property.

TitleAlignmentProperty

Identifies the TitleAlignment dependency property.

TitlePaddingProperty

Identifies the TitlePadding dependency property.

TitleProperty

Identifies the Title dependency property.

TitleStyleProperty

Identifies the TitleStyle dependency property.

Properties

Name Description
MaxOutline

Gets or sets the number of outlines.

OutlineBorderColor

Gets or sets the color of the outline border.

OutlineBorderWidth

Gets or sets the width of the outline border.

OutlineColor

Gets or sets the color of the outline.

ShowSort

Gets or sets whether the grid should display sort indicators in the column headers.

SortAscendingIconTemplate

Gets or sets the sort ascending icon template.

SortDescendingIconTemplate

Gets or sets the sort descending icon template.

SortIconPosition

Gets or sets the sort icon position.

SortIndeterminateIconTemplate

Gets or sets the sort indeterminate icon template.

SortState

Gets or sets the sort state.

Title

Gets or sets the title of the column.

TitleAlignment

Gets or sets the alignment of the title inside the cell.

TitlePadding

Gets or sets the padding of the title of the column.

TitleStyle

Gets or sets the title style.

Methods

Name Description
Dispose(bool)
OnApplyTemplate()
OnFontChanged()

Called when any of the font properties changed.

OnOutlineTapped(GridOutlineEventArgs)

Raises the OutlineTapped event.

Events

Name Description
OutlineTapped

Occurs when any of the outlines is tapped.