Skip to main content
All docs
V25.1
  • ToolbarFormControl.LayoutVersion Property

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

    Namespace: DevExpress.XtraBars.ToolbarForm

    Assembly: DevExpress.XtraBars.v25.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