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 |
---|
System.Boolean |
HistoryManager
Gets or sets the HistoryManager to use.
Declaration
HistoryManager HistoryManager { get; set; }
Property Value
Type |
---|
HistoryManager |