[]
ITagHelper implementation for RangeSelector<T>.
[HtmlTargetElement("c1-range-selector")]
public class RangeSelectorTagHelper : ExtenderTagHelper<RangeSelector<object>>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
RangeSelectorTagHelper() |
Name | Description |
---|---|
CollectionName | Gets the collection name. |
IsVisible | Configurates IsVisible. Sets the visibility of the range selector. |
Max | Configurates Max. Sets the maximum value of the range. |
MaxScale | Configurates MaxScale. Sets the maximum range scale of the range selector. |
Min | Configurates Min. Sets the minimum value of the range. |
MinScale | Configurates MinScale. Sets the minimum range scale of the range selector. |
Orientation | Configurates Orientation. Sets the orientation of the range selector. |
RangeChanged | Configurates the OnClientRangeChanged client event. Occurs after the range changes. |
Seamless | Configurates Seamless. Sets whether the minimal and maximal handler will move seamlessly. |