Skip to main content
A newer version of this page is available. .

LayoutGroupEventArgs(LayoutGroup) Constructor

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

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v19.2.dll

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