[]
Visual column header
public class GridColumnHeaderCell : UIView, IDependencyObject
Name | Description |
---|---|
GridColumnHeaderCell() | Initializes a new instance of the GridColumnHeaderCell class. |
Name | Description |
---|---|
IntrinsicContentSize | |
IsDisposed | Indicates whether the Dispose(bool) method was called. |
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. |
TitleFont | Gets or sets the title font. |
TitlePadding | Gets or sets the padding of the title of the column. |
Name | Description |
---|---|
Dispose(bool) | Releases the resources used by the UIView object. |
LayoutSubviews() | |
OnOutlineTapped(GridOutlineEventArgs) | Raises the OutlineTapped event. |
SizeThatFits(CGSize) |
Name | Description |
---|---|
OutlineTapped | Occurs when any of the outlines is tapped. |