| C1.Web.Wijmo.Controls.C1Slider Namespace > C1Slider Class : Range Property |
'Declaration<LayoutAttribute(LayoutType.Behavior)> <C1CategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute()> <C1DescriptionAttribute(Key="C1Slider.Range", Description="If the option value set to true, the slider will detect if you have two handles and create a stylable range element between these two. Two other possible values are 'min' and 'max'. A min range goes from the slider min to one handle. A max range goes from one handle to the slider max.")> <WidgetOptionAttribute()> Public Property Range As System.Boolean
[Layout(LayoutType.Behavior)] [C1Category("Behavior")] [System.ComponentModel.DefaultValue()] [C1Description(Key="C1Slider.Range", Description="If the option value set to true, the slider will detect if you have two handles and create a stylable range element between these two. Two other possible values are 'min' and 'max'. A min range goes from the slider min to one handle. A max range goes from one handle to the slider max.")] [WidgetOption()] public System.bool Range {get; set;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2