[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewPane.CurrentHistoryEntry

CurrentHistoryEntry Property

CurrentHistoryEntry

Gets or sets the current history entry.

Assigning to this property moves the preview pane in history. The value being assigned must be an element in the ViewHistory collection.

Note that in some situations the current history entry can not be changed (e.g. when the operation is attempted while the preview is changing its state). In those cases the set operation will be ignored.

Declaration
[Browsable(false)]
public ViewHistoryItem CurrentHistoryEntry { get; set; }
See Also