[]
Visual column header
[StyleTypedProperty(Property = "PopupStyle", StyleTargetType = typeof(C1PopupBorder))]
[TemplatePart(Name = "TitleLabel", Type = typeof(TextBlock))]
[TemplatePart(Name = "OptionsDropDown", Type = typeof(C1DropDownButton))]
public class GridSummaryCell : C1View, IDependencyObject
| Name | Description |
|---|---|
| GridSummaryCell() | Initializes a new instance of the GridSummaryCell class. |
| Name | Description |
|---|---|
| IsOptionsDropDownOpenProperty | Identifies the IsOptionsDropDownOpen dependency property. |
| OptionsDropDownContentProperty | Identifies the OptionsDropDownContent dependency property. |
| OptionsIconTemplateProperty | Identifies the OptionsIconTemplate dependency property. |
| OptionsMenuVisibilityProperty | Identifies the OptionsMenuVisibility dependency property. |
| PopupStyleProperty | Identifies the PopupStyle 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. |
| Name | Description |
|---|---|
| Column | Property used to hold the column the summary is bound to. |
| IsOptionsDropDownOpen | Gets or sets whether the options drop-down is opened. |
| OptionsDropDownContent | Gets or sets the content of the options drop-down. |
| OptionsIconTemplate | Gets or sets the icon template of the options drop-down. |
| OptionsMenuVisibility | Gets or sets the visibility of the options drop-down. |
| PopupStyle | Gets or sets the Style applied to the menu. |
| 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() | |
| OnMouseEnter(MouseEventArgs) | |
| OnMouseLeave(MouseEventArgs) | |
| OnOutlineTapped(GridOutlineEventArgs) | Raises the OutlineTapped event. |
| Name | Description |
|---|---|
| IsOptionsDropDownOpenChanged | Called when the options drop-down is opened or closed. |
| OutlineTapped | Occurs when any of the outlines is tapped. |