Skip to content
Auto
Products

GridViewControlSection

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

Represents a section with the control.

public class GridViewControlSection : TagBites.WinSchedulers.Sections.GridViewSection

Inheritance: objectGridViewElementGridViewSection → GridViewControlSection

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

public GridViewControlSection(Control control)
  • control Control
    A Control that represents the element that is displayed in section.

Gets the control that is displayed in section.

public Control Control { get; }

Control

The control that is displayed in section

protected internal virtual void Arrange()

OnGridViewChanged(GridViewControl, GridViewControl)

Section titled “OnGridViewChanged(GridViewControl, GridViewControl)”
protected virtual void OnGridViewChanged(GridViewControl oldControl, GridViewControl newControl)