[]
Visual column header
public class GridSummaryCell : C1View, IDependencyObject
Public Class GridSummaryCell
Inherits C1View
Implements IDependencyObject
| Name | Description |
|---|---|
| GridSummaryCell(Context) | Initializes a new instance of the GridSummaryCell class. |
| GridSummaryCell(Context, IAttributeSet) | Initializes a new instance of the GridSummaryCell class. |
| GridSummaryCell(Context, IAttributeSet, int) | Initializes a new instance of the GridSummaryCell class. |
| GridSummaryCell(nint, JniHandleOwnership) |
| Name | Description |
|---|---|
| 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. |
| 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 |
|---|---|
| DispatchTouchEvent(MotionEvent) | Pass the touch screen motion event down to the target view, or this view if it is the target. |
| Dispose(bool) | |
| OnAttachedToWindow() | |
| OnDetachedFromWindow() | |
| OnFontChanged() | Called when any of the font properties changed. |
| OnLayout(bool, int, int, int, int) | |
| OnMeasure(int, int) | |
| OnOutlineTapped(GridOutlineEventArgs) | Raises the OutlineTapped event. |
| Name | Description |
|---|---|
| OutlineTapped | Occurs when any of the outlines is tapped. |