[]
        
(Showing Draft Content)

C1.iOS.Grid.GridColumnHeaderPanel

GridColumnHeaderPanel Class

Panel used to layout the elements inside GridColumnHeaderCell.

Inheritance
GridColumnHeaderPanel
Implements
Namespace: C1.iOS.Grid
Assembly: C1.iOS.Grid.dll
Syntax
public class GridColumnHeaderPanel : UIView, IDependencyObject
Public Class GridColumnHeaderPanel
    Inherits UIView
    Implements IDependencyObject

Constructors

Name Description
GridColumnHeaderPanel()

Initializes a new instance of the GridColumnHeaderPanel class.

GridColumnHeaderPanel(CGRect)

Initializes a new instance of the GridColumnHeaderPanel class.

GridColumnHeaderPanel(nint)

Initializes a new instance of the GridColumnHeaderPanel class.

Fields

Name Description
PositionProperty

Identifies the Position attached property.

SortIconPositionProperty

Identifies the SortIconPosition dependency property.

TitleAlignmentProperty

Identifies the TitleAlignment dependency property.

Properties

Name Description
IntrinsicContentSize
IsDisposed

Gets whether this instance is disposed.

SortIconPosition

Gets or sets the sort icon position.

TitleAlignment

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

Methods

Name Description
Dispose(bool)
GetPosition(UIView)

Gets the value of the Position attached property for the specified element.

LayoutSubviews()
MovedToWindow()
SetPosition(UIView, GridColumnHeaderPanelPosition)

Sets the value of the Position attached property for the specified element.

SizeThatFits(CGSize)