LayoutUpgradeEventArgs(String, Object[]) Constructor
Initializes a new instance of the LayoutUpgradeEventArgs class with the specified settings.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
previousVersion | String | A value used to initialize the LayoutUpgradeEventArgs.PreviousVersion property. |
newHiddenItems | Object[] | A value used to initialize the LayoutUpgradeEventArgs.NewHiddenItems property. |
See Also