ToolbarFormControl.LayoutUpgrade Event
Namespace: DevExpress.XtraBars.ToolbarForm
Assembly: DevExpress.XtraBars.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The LayoutUpgrade event's data class is LayoutUpgradeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
NewHiddenItems | Returns an array of items that exist in the current control but do not exist in the layout being loaded. These items are hidden. This property is in effect for the LayoutControl. |
PreviousVersion | Returns the textual representation of the previous layout version. |
See Also