[]
Defines a builder to configurate RangeSelector<T>.
public class RangeSelectorBuilder<T> : ExtenderBuilder<RangeSelector<T>, RangeSelectorBuilder<T>>, IHtmlString
Name | Description |
---|---|
T |
Name | Description |
---|---|
RangeSelectorBuilder(RangeSelector<T>) | Create one FlexGridFilterBuilder instance. |
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. |