[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridSummaryCell

GridSummaryCell Class

Visual column header

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

Constructors

Name Description
GridSummaryCell()

Initializes a new instance of the GridSummaryCell class.

Fields

Name Description
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
Column

Property used to hold the column the summary is bound to.

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.