Represents the history-related options of a C1PreviewPane control.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
[ToolboxItemAttribute(false)]
public class HistoryOptions : IDisposable, 
	IComponent, INotifyPropertyChanged
Visual Basic
<ToolboxItemAttribute(False)> _
Public Class HistoryOptions _
	Implements IDisposable, IComponent, INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Preview..::..HistoryOptions

See Also