Skip to main content

LayoutGroupEventArgs(LayoutGroup) Constructor

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

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LayoutGroupEventArgs(
    LayoutGroup group
)

Parameters

Name Type Description
group LayoutGroup

A LayoutGroup object that represents the group to which the created object will refer. This value is used to initialize the LayoutGroupEventArgs.Group property.

See Also