Class GridGroupingControl.OfficeScrollBarsEventArgs
Implements the class that provides data about OfficeScrollBarsChanged event of a ScrollControl.
Inheritance
System.Object
System.EventArgs
GridGroupingControl.OfficeScrollBarsEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class OfficeScrollBarsEventArgs : EventArgs
Constructors
OfficeScrollBarsEventArgs(OfficeScrollBars)
Initializes a new instance of the CurrentRecordEventArgs class.
Declaration
public OfficeScrollBarsEventArgs(OfficeScrollBars gridOfficeScrollBars)
Parameters
Type | Name | Description |
---|---|---|
OfficeScrollBars | gridOfficeScrollBars | The type of OfficeScrollBar. |
Properties
GridOfficeScrollBars
Gets or sets the Office scroll bars.
Declaration
public OfficeScrollBars GridOfficeScrollBars { get; set; }
Property Value
Type |
---|
OfficeScrollBars |