Skip to content
Auto
Products

GridViewHeader

Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8

Represents an object that is used to define the layout of a row of column headers.

public class GridViewHeader

Inheritance: object → GridViewHeader

Gets the object containing the data associated with the header.

public object Data { get; }

object

The Object containing the data associated with the header.

Gets the zero-based index of the header in a collection containing the header.

public long Index { get; }

long

The zero-based index of the header in a collection containing the header

Gets a value indicating the horizontal or vertical orientation of the header.

public Orientation Orientation { get; }

Orientation

TheOrientation of the header.

Gets a value indicating the shift of header in a collection containing the header.

public int Shift { get; }

int

The shift of header in a collection containing the header

Gets the size of header.

public int Size { get; }

int

The size of the header.

Retrieves the bounds of the display that contains the specified section.

public Rect GetBounds(GridViewHeaderSection section)

Rect

A Rect that specifies the bounds of the display that contains the specified section.

Retrieves the bounds of the display based on specified the margin and the size.

public Rect GetBounds(int margin, int size)
  • margin int
    The margin thickness of rectangle.
  • size int
    The size of rectangle.

Rect