[]
        
(Showing Draft Content)

C1.WPF.Grid.GridSummaryCell

GridSummaryCell Class

Visual column header

Inheritance
GridSummaryCell
Implements
IDependencyObject
Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.dll
Syntax
[StyleTypedProperty(Property = "PopupStyle", StyleTargetType = typeof(C1PopupBorder))]
[TemplatePart(Name = "TitleLabel", Type = typeof(TextBlock))]
[TemplatePart(Name = "OptionsDropDown", Type = typeof(C1DropDownButton))]
public class GridSummaryCell : C1View, IDependencyObject

Constructors

Name Description
GridSummaryCell()

Initializes a new instance of the GridSummaryCell class.

Fields

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.

Properties

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.

Methods

Name Description
Dispose(bool)
OnApplyTemplate()
OnFontChanged()
OnMouseEnter(MouseEventArgs)
OnMouseLeave(MouseEventArgs)
OnOutlineTapped(GridOutlineEventArgs)

Raises the OutlineTapped event.

Events

Name Description
IsOptionsDropDownOpenChanged

Called when the options drop-down is opened or closed.

OutlineTapped

Occurs when any of the outlines is tapped.