GridControl.ExpansionButtonState event arguments containing information about expansion button.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public sealed class GridControlExpansionButtonStateEventArgs : EventArgs
Visual Basic
Public NotInheritable Class GridControlExpansionButtonStateEventArgs
	Inherits EventArgs
Visual C++
public ref class GridControlExpansionButtonStateEventArgs sealed : public EventArgs
F#
[<SealedAttribute>]
type GridControlExpansionButtonStateEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Dapfor.Wpf.Controls..::..GridControlExpansionButtonStateEventArgs

See Also