GridControl.RowExpansionChanging event arguments containing information about a Row and its new expansion state.

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 GridControlRowExpansionEventArgs : EventArgs
Visual Basic
Public NotInheritable Class GridControlRowExpansionEventArgs
	Inherits EventArgs
Visual C++
public ref class GridControlRowExpansionEventArgs sealed : public EventArgs
F#
[<SealedAttribute>]
type GridControlRowExpansionEventArgs =  
    class
        inherit EventArgs
    end

Remarks

The programmer can cancel the expansion/collapsing operation by setting GridControlRowExpansionEventArgs.Cancel property to true.

Inheritance Hierarchy

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

See Also