LayoutGroupEventArgs(LayoutGroup) Constructor
Initializes a new instance of the LayoutGroupEventArgs class with the specified settings.
Namespace: DevExpress.XtraLayout.Utils
Assembly: DevExpress.XtraLayout.v24.2.dll
Declaration
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