API Documentation

GridViewWindow

Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll

Represents an object that contains columns and rows.

public class GridViewWindow

Properties

Columns

Gets the readonly collection of TagBites.WinSchedulers.GridViewHeader columns.

public ReadOnlyCollection<GridViewHeader> Columns { get; }

Result Type: ReadOnlyCollection<GridViewHeader>

Rows

Gets the readonly collection of TagBites.WinSchedulers.GridViewHeader rows.

public ReadOnlyCollection<GridViewHeader> Rows { get; }

Result Type: ReadOnlyCollection<GridViewHeader>

Methods

GetCellRect(GridViewHeader, GridViewHeader)

Returns the rectangle that represents the display area for a cell.

public Rect GetCellRect(GridViewHeader column, GridViewHeader row)

Result Type: Rect

Parameters

TypeName
GridViewHeadercolumnThe column for the desired cell.
GridViewHeaderrowThe row for the desired cell.

GetCellRect(int, int)

Returns the rectangle that represents the display area for a cell.

public Rect GetCellRect(int columnIndex, int rowIndex)

Result Type: Rect

Parameters

TypeName
intcolumnIndexThe column index for the desired cell.
introwIndexThe row index for the desired cell.

GetHeaders(Orientation)

Returns the readonly collection of headers specified by orientation.

public ReadOnlyCollection<GridViewHeader> GetHeaders(Orientation orientation)

Result Type: ReadOnlyCollection<GridViewHeader>

Parameters

TypeName
OrientationorientationThe orientation of control.

GetHeaders(GridViewHeaderSection)

Returns the readonly collection of headers specified by the orientation of section.

public ReadOnlyCollection<GridViewHeader> GetHeaders(GridViewHeaderSection section)

Result Type: ReadOnlyCollection<GridViewHeader>

Parameters

TypeName
GridViewHeaderSectionsectionthe header section of a .