Click or drag to resize

IAscendingIntegerCollectionView Interface

View interface for editing an AscendingIntegerCollection.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IAscendingIntegerCollectionView

The IAscendingIntegerCollectionView type exposes the following members.

Properties
 NameDescription
Public propertyEasyRangeFrom Gets or sets the first value of the easy range.
Public propertyEasyRangeTo Gets or sets the last value of the easy range.
Top
Methods
 NameDescription
Public methodSetRangeListSource Sets the source of the range list.
Public methodSwitchEasyAdvanced Switches between easy and advanced view.
Top
Events
 NameDescription
Public eventAdvancedAddRange Occurs when a range should be added in advanced mode.
Public eventAdvancedRemoveRange Occurs when a range should be removed in advanced mode.
Public eventInitializingNewRangeItem Occurs when a new range item is initialized.
Public eventSwitchToAdvandedView Occurs when the view should switch to the advanced mode.
Top
See Also