[]
Visual column header
public class GridSummaryCell : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, 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. |
TitleAlignmentProperty | Identifies the TitleAlignment dependency property. |
TitlePaddingProperty | Identifies the TitlePadding dependency property. |
TitleProperty | Identifies the Title 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. |
IsOptionsDropDownOpenChanged | Called when the options drop-down is opened or closed. |
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. |
OutlineTapped | Occurs when any of the outlines is tapped. |
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. |
Name | Description |
---|---|
BuildRenderTree(RenderTreeBuilder) | |
Dispose(bool) | |
InitializeAsync() | This method is called when the component is initialized. |
OnAfterRender(bool) | |
OnFontChanged() | Called when any of the font properties changed. |
OnOutlineTapped(GridOutlineEventArgs) | Raises the OutlineTapped event. |