API Documentation

GridViewControlSection

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

Represents a section with the control.

public class GridViewControlSection : TagBites.WinSchedulers.Sections.GridViewSection

Constructors

GridViewControlSection(Control)

Initializes a new instance of the TagBites.WinSchedulers.Sections.GridViewControlSection class with the specified control.

public void GridViewControlSection(Control control)

Result Type: void

Parameters

TypeName
ControlcontrolA that represents the element that is displayed in section.

Properties

Control

Gets the control that is displayed in section.

public Control Control { get; }

Result Type: Control

Methods

Arrange()

protected internal void Arrange()

Result Type: void

OnGridViewChanged(GridViewControl, GridViewControl)

protected void OnGridViewChanged(GridViewControl oldControl, GridViewControl newControl)

Result Type: void

Parameters

TypeName
GridViewControloldControl
GridViewControlnewControl