ToolbarFormControl.LayoutVersion Property
Gets or sets the version of the control’s layout.
Namespace: DevExpress.XtraBars.ToolbarForm
Assembly: DevExpress.XtraBars.v24.1.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