Skip to main content
All docs
V23.2

ToolbarFormControl.LayoutVersion Property

Gets or sets the version of the control’s layout.

Namespace: DevExpress.XtraBars.ToolbarForm

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[DXCategory("Data")]
[XtraSerializableProperty]
public string LayoutVersion { get; set; }

Property Value

Type Default Description
String String.Empty

The layout version.

See Also