menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridGroupingControl.OfficeScrollBarsEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved