windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-a32849c1.md
Gets or sets the version of the Ribbon layout. You should assign versions to layouts, if you need to customize the Ribbon layout after a previous layout version has been loaded from a data store (a stream, xml file or system registry) and applied to the control.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue("")]
[DXCategory("Data")]
[XtraSerializableProperty]
public string LayoutVersion { get; set; }
<DXCategory("Data")>
<DefaultValue("")>
<XtraSerializableProperty>
Public Property LayoutVersion As String
| Type | Default |
|---|---|
| String | String.Empty |
To enable end-users to work with previously saved layouts, and ensure that new features and Ribbon Items are still be visible after an older layout version has been loaded, do the following:
See Also