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 GridViewHeaderInheritance: object → GridViewHeader
Properties
Section titled “Properties”Gets the object containing the data associated with the header.
public object Data { get; }Property Value
Section titled “Property Value”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; }Property Value
Section titled “Property Value”The zero-based index of the header in a collection containing the header
Orientation
Section titled “Orientation”Gets a value indicating the horizontal or vertical orientation of the header.
public Orientation Orientation { get; }Property Value
Section titled “Property Value”TheOrientation of the header.
Gets a value indicating the shift of header in a collection containing the header.
public int Shift { get; }Property Value
Section titled “Property Value”The shift of header in a collection containing the header
Gets the size of header.
public int Size { get; }Property Value
Section titled “Property Value”The size of the header.
Methods
Section titled “Methods”GetBounds(GridViewHeaderSection)
Section titled “GetBounds(GridViewHeaderSection)”Retrieves the bounds of the display that contains the specified section.
public Rect GetBounds(GridViewHeaderSection section)Parameters
Section titled “Parameters”sectionGridViewHeaderSection
A GridViewHeaderSection that specifies the location and size for which to retrieve the display bounds.
Returns
Section titled “Returns”A Rect that specifies the bounds of the display that contains the specified section.
GetBounds(int, int)
Section titled “GetBounds(int, int)”Retrieves the bounds of the display based on specified the margin and the size.
public Rect GetBounds(int margin, int size)