[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.RangeSelectorBuilder-1

RangeSelectorBuilder<T> Class

Defines a builder to configurate RangeSelector<T>.

Inheritance
HideObjectMembers
ExtenderBuilder<RangeSelector<T>, RangeSelectorBuilder<T>>
RangeSelectorBuilder<T>
Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class RangeSelectorBuilder<T> : ExtenderBuilder<RangeSelector<T>, RangeSelectorBuilder<T>>, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
RangeSelectorBuilder(RangeSelector<T>)

Create one FlexGridFilterBuilder instance.

Methods

Name Description
IsVisible(bool)

Configurates IsVisible. Sets the visibility of the range selector.

Max(float?)

Configurates Max. Sets the maximum value of the range.

MaxScale(double)

Configurates MaxScale. Sets the maximum range scale of the range selector.

Min(float?)

Configurates Min. Sets the minimum value of the range.

MinScale(double)

Configurates MinScale. Sets the minimum range scale of the range selector.

OnClientRangeChanged(string)

Configurates the OnClientRangeChanged client event. Occurs after the range changes.

Orientation(Orientation)

Sets the Orientation property.

Seamless(bool)

Configurates Seamless. Sets whether the minimal and maximal handler will move seamlessly.

Extension Methods