Skip to content
Auto
Products

GridViewSection

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

Represents a section of content used in classes derived from GridViewControl.

public class GridViewSection : TagBites.WinSchedulers.GridViewElement

Inheritance: objectGridViewElement → GridViewSection

Derived:

public GridViewSection()

Gets a Rect that specifies the axis-aligned bounding box of the section.

public Rect Bounds { get; }

Rect

The axis-aligned bounding box of the section.

Gets the bounding box for the contents of the ContainerVisual.

public Rect ContentBounds { get; }

Rect

protected internal virtual bool IsPrintable { get; }

bool

Gets or sets a value indicating whether the section is displayed.

public bool Visible { get; set; }

bool

true, if the section is displayed; otherwise, false

protected internal virtual void Arrange()
protected Point GetMousePossition(MouseEventArgs e)

Point

protected internal virtual void OnRender(GridViewDrawingContext context)