Skip to main content

DataLayoutControlAutoGeneratedGroupEventArgs(LayoutGroup) Constructor

Initializes a new instance of the DataLayoutControlAutoGeneratedGroupEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public DataLayoutControlAutoGeneratedGroupEventArgs(
    LayoutGroup group
)

Parameters

Name Type Description
group LayoutGroup

A LayoutGroup object to be assigned to the DataLayoutControlAutoGeneratedGroupEventArgs.Group property.

See Also