[]
        
(Showing Draft Content)

C1.Android.Grid.GridColumnHeaderCell

GridColumnHeaderCell Class

Visual column header

Inheritance
GridColumnHeaderCell
Implements
Namespace: C1.Android.Grid
Assembly: C1.Android.Grid.dll
Syntax
public class GridColumnHeaderCell : ViewGroup, IDependencyObject

Constructors

Name Description
GridColumnHeaderCell(Context)

Initializes a new instance of the GridColumnHeaderCell class.

Fields

Name Description
MaxOutlineProperty
OutlineBorderColorProperty
OutlineBorderWidthProperty
OutlineColorProperty
SortAscendingIconTemplateProperty
SortColorProperty
SortDescendingIconTemplateProperty
SortIconPositionProperty
SortStateProperty
TitleAlignmentProperty
TitleColorProperty
TitlePaddingProperty
TitleProperty
TitleTextSizeProperty
TitleTypefaceProperty

Properties

Name Description
MaxOutline

Gets or sets the number of outlines.

OutlineBorderColor

Gets or sets the color of the outline border.

OutlineBorderWidth

Gets or sets the width of the outline border.

OutlineColor

Gets or sets the color of the outline.

SortAscendingIconTemplate

Gets or sets the sort ascending icon template.

SortColor

Gets or sets the color of the sort glyph.

SortDescendingIconTemplate

Gets or sets the sort descending icon template.

SortIconPosition

Gets or sets the sort icon position.

SortState

Gets or sets the sort state.

Title

Gets or sets the title of the column.

TitleAlignment

Gets or sets the alignment of the title inside the cell.

TitleColor

Gets or sets the color of the title.

TitlePadding

Gets or sets the padding of the title of the column.

TitleTextSize

Gets or sets the title font.

TitleTypeface

Gets or sets the title font.

Methods

Name Description
DispatchTouchEvent(MotionEvent)

Pass the touch screen motion event down to the target view, or this view if it is the target.

OnLayout(bool, int, int, int, int)
OnMeasure(int, int)
OnOutlineTapped(GridOutlineEventArgs)

Raises the OutlineTapped event.

Events

Name Description
OutlineTapped

Occurs when any of the outlines is tapped.