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

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

    Namespace: DevExpress.XtraBars.ToolbarForm

    Assembly: DevExpress.XtraBars.v26.1.dll

    Declaration

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

    Property Value

    Type Default Description
    String String.Empty

    The layout version.

    See Also