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.GridViewSectionInheritance: object → GridViewElement → GridViewSection → GridViewControlSection
Constructors
Section titled “Constructors”GridViewControlSection(Control)
Section titled “GridViewControlSection(Control)”Initializes a new instance of the GridViewControlSection class with the specified control.
public GridViewControlSection(Control control)Parameters
Section titled “Parameters”Properties
Section titled “Properties”Control
Section titled “Control”Gets the control that is displayed in section.
public Control Control { get; }Property Value
Section titled “Property Value”The control that is displayed in section
Methods
Section titled “Methods”Arrange()
Section titled “Arrange()”protected internal virtual void Arrange()OnGridViewChanged(GridViewControl, GridViewControl)
Section titled “OnGridViewChanged(GridViewControl, GridViewControl)”protected virtual void OnGridViewChanged(GridViewControl oldControl, GridViewControl newControl)Parameters
Section titled “Parameters”oldControlGridViewControlnewControlGridViewControl