Version

SliderFormatValueLabelEventArgs class Members

The following tables list the members exposed by SliderFormatValueLabelEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyisSecondaryChecks if event was triggered by change of main or secondary value. True: event was triggered by change of secondary value, false: change of main value.True: secondary value  
Public PropertylabelGets sets value for label as String.Value of label  
Public PropertyotherValueGets the other value to format as Object. Number or Date object according to SliderValueType. That can be used only when label shows 2 values, like range of values.  
Public PropertyvalueGets value to format as Object. Number or Date object according to SliderValueType.  
See Also