[]
Visual column header
public class GridSummaryCell : C1View, IDisposable
Name | Description |
---|---|
GridSummaryCell() | Initializes a new instance of the GridSummaryCell class. |
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. |
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. |
Name | Description |
---|---|
Dispose(bool) | |
OnApplyTemplate() | |
OnFontChanged() | Called when any of the font properties changed. |
OnOutlineTapped(GridOutlineEventArgs) | Raises the OutlineTapped event. |
Name | Description |
---|---|
OutlineTapped | Occurs when any of the outlines is tapped. |