FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Workspace Class / AutoSave Property

In This Topic
    AutoSave Property
    In This Topic
    Enables/disables automatic saving metadata to disk on every metadata change. Default: metadata autosave enabled.
    Syntax
    'Declaration
     
    Public Property AutoSave As Boolean
    public bool AutoSave {get; set;}
    Remarks
    Change this property only if you want to override the default behavior saving metadata on disk every time it changes. See Save for details.
    See Also