Search
RangeSelector.SelectionEnd Property
See Also
 





Gets or sets the end of the selected range.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public double SelectionEnd { get; set; }

Visual Basic  Copy Code

Public Property SelectionEnd As Double

 Property Value

A double value.

 See Also