Skip to main content

PivotLayoutAllowEventArgs(RoutedEvent, LayoutAllowEventArgs) Constructor

In This Article

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public PivotLayoutAllowEventArgs(
    RoutedEvent evt,
    LayoutAllowEventArgs e
)

#Parameters

Name Type
evt RoutedEvent
e LayoutAllowEventArgs
See Also