WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISuppportHistory

    Show / Hide Table of Contents

    Interface ISuppportHistory

    Objects that support history must implement this interface.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface ISuppportHistory

    Properties

    HistoryEnabled

    Gets or sets a value indicating whether register items are in history list.

    Declaration
    bool HistoryEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    HistoryManager

    Gets or sets the HistoryManager to use.

    Declaration
    HistoryManager HistoryManager { get; set; }
    Property Value
    Type Description
    HistoryManager
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved