Back to Devexpress

LayoutAllowEventArgs Properties

corelibraries-devexpress-dot-utils-dot-layoutalloweventargs-dot-underscore-properties.md

latest1.4 KB
Original Source

LayoutAllowEventArgs Properties

Provides data for events raised when upgrading a control’s layout, allowing you to cancel the upgrade (e.g. BaseView.BeforeLoadLayout, BarManager.BeforeLoadLayout, etc.).

NameDescription
AllowGets or sets whether to allow upgrading the control layout.
NewHiddenItemsReturns 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. Inherited from LayoutUpgradeEventArgs.
PreviousVersionReturns the textual representation of the previous layout version. Inherited from LayoutUpgradeEventArgs.

See Also

LayoutAllowEventArgs Class

LayoutAllowEventArgs Members

DevExpress.Utils Namespace