[]
        
(Showing Draft Content)

C1.iOS.Grid.GridControlCellView

GridControlCellView Class

Contains properties that will be applied to cell view elements.

Inheritance
GridControlCellView
Implements
Namespace: C1.iOS.Grid
Assembly: C1.iOS.GridControl.dll
Syntax
public class GridControlCellView : C1Border, IDependencyObject
Public Class GridControlCellView
    Inherits C1Border
    Implements IDependencyObject

Constructors

Name Description
GridControlCellView()

Initializes a new instance of the GridControlCellView class.

GridControlCellView(CGRect)

Initializes a new instance of the GridControlCellView class.

GridControlCellView(nint)

Initializes a new instance of the GridControlCellView class.

Fields

Name Description
IsMouseOverProperty

Identifies the IsMouseOver dependency property.

MouseOverBrushProperty

Identifies the MouseOverBrush dependency property.

SelectedBrushProperty

Identifies the SelectedBrush dependency property.

SelectedTimesProperty

Identifies the SelectedTimes dependency property.

Properties

Name Description
IsMouseOver

Gets or sets the mouse over state.

IsSelected

Gets or sets whether the cell is selected.

MouseOverBrush

Gets or sets the CoreAnimation.CALayer that is used to paint the color of mouse over cell / row.

Range

Gets the range associated with this cell.

ReadOnlyContent

Gets the element shown as content when it is not editing.

SelectedBrush

Gets or sets the CoreAnimation.CALayer that is used to paint the color of selected cell / row.

SelectedTimes

Gets or sets the number of times the cell is selected.

Methods

Name Description
Dispose(bool)
MovedToWindow()
OnBorderThicknessChanged()

Called when the border thickness changed.

OnRenderBackground(CGContext, CGRect)

Draw the background of the control in the specified drawingContext.

OnRenderBackgroundAdorners(CGContext, CGRect)

Draw the background adorners of the control in the specified drawingContext.

OnStyleChanged()

Called when the style changed.