GridViewHeaderSection
Namespace: TagBites.WinSchedulers.Sections
Assembly: TagBites.WinSchedulers.dll
Represents a section of header content.
public class GridViewHeaderSection : TagBites.WinSchedulers.Sections.GridViewSection
Constructors
GridViewHeaderSection()
public void GridViewHeaderSection()
Result Type: void
Properties
Orientation
Gets the orientation of the header.
public Orientation Orientation { get; }
Result Type: Orientation
Size
Gets the size of the section.
public int Size { get; set; }
Result Type: int