[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.RangeSelectorTagHelper

RangeSelectorTagHelper Class

ITagHelper implementation for RangeSelector<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-range-selector")]
public class RangeSelectorTagHelper : ExtenderTagHelper<RangeSelector<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
RangeSelectorTagHelper()

Properties

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.