Show / Hide Table of Contents

Class IgbSliderBase

Inheritance
System.Object
BaseRendererControl
IgbSliderBase
IgbRangeSlider
IgbSlider
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererControl._cachedSerializedContent
BaseRendererControl.ToSpinal(String)
BaseRendererControl.TransformSimpleKey(String)
BaseRendererControl.IsTransformedEnumValue(String)
BaseRendererControl.TransformPotentialEnumValue(String, Object)
BaseRendererControl.BuildSequenceInfo(Int32)
BaseRendererControl.BuildRenderTree(RenderTreeBuilder)
BaseRendererControl.TemplateContentType(String)
BaseRendererControl.OnAfterRenderAsync(Boolean)
BaseRendererControl.EnsureReady()
BaseRendererControl.MarkPropDirty(String)
BaseRendererControl.IsPropDirty(String)
BaseRendererControl.Serialize(SerializationContext, String)
BaseRendererControl.Serialize()
BaseRendererControl.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererControl.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererControl.SuspendNotifications(Object)
BaseRendererControl.ResumeNotifications(Object)
BaseRendererControl.NotifyInsertItem(Object, Int32, Object)
BaseRendererControl.NotifyRemoveItem(Object, Int32, Object)
BaseRendererControl.NotifyClearItems(Object)
BaseRendererControl.NotifySetItem(Object, Int32, Object, Object)
BaseRendererControl.NotifyUpdateItem(Object, Int32, Object, Boolean)
BaseRendererControl.OnRefChanged(String, Object)
BaseRendererControl.OnInvokeReturn(Int64, Object)
BaseRendererControl.Camelize(String)
BaseRendererControl.ToPascal(String)
BaseRendererControl.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererControl.Dispose(Boolean)
BaseRendererControl.SetResourceStringAsync(String, String, String)
BaseRendererControl.SetResourceStringAsync(String, String)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, JsonElement)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, Object)
BaseRendererControl.Finalize()
BaseRendererControl.Dispose()
BaseRendererControl.IgBlazor
BaseRendererControl.Height
BaseRendererControl.Width
BaseRendererControl.Class
BaseRendererControl.AdditionalAttributes
BaseRendererControl.ParentTypeName
BaseRendererControl.ChildContent
BaseRendererControl.NeedsDynamicContent
BaseRendererControl.UseCamelEnumValues
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbSliderBase : BaseRendererControl, RefSink, JsonSerializable, IDisposable

Constructors

IgbSliderBase()

Declaration
public IgbSliderBase()

Properties

DirectRenderElementName

Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererControl.DirectRenderElementName

Disabled

Disables the UI interactions of the slider.

Declaration
public bool Disabled { get; set; }
Property Value
Type Description
System.Boolean

DiscreteTrack

Marks the slider track as discrete so it displays the steps. If the step is 0, the slider will remain continuos even if discreteTrack is true.

Declaration
public bool DiscreteTrack { get; set; }
Property Value
Type Description
System.Boolean

HidePrimaryLabels

Hides the primary tick labels.

Declaration
public bool HidePrimaryLabels { get; set; }
Property Value
Type Description
System.Boolean

HideSecondaryLabels

Hides the secondary tick labels.

Declaration
public bool HideSecondaryLabels { get; set; }
Property Value
Type Description
System.Boolean

HideTooltip

Hides the thumb tooltip.

Declaration
public bool HideTooltip { get; set; }
Property Value
Type Description
System.Boolean

Locale

The locale used to format the thumb and tick label values in the slider.

Declaration
public string Locale { get; set; }
Property Value
Type Description
System.String

LowerBound

Declaration
public double LowerBound { get; set; }
Property Value
Type Description
System.Double

Max

Declaration
public double Max { get; set; }
Property Value
Type Description
System.Double

Min

Declaration
public double Min { get; set; }
Property Value
Type Description
System.Double

PrimaryTicks

The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.

Declaration
public double PrimaryTicks { get; set; }
Property Value
Type Description
System.Double

SecondaryTicks

The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.

Declaration
public double SecondaryTicks { get; set; }
Property Value
Type Description
System.Double

Step

Declaration
public double Step { get; set; }
Property Value
Type Description
System.Double

SupportsVisualChildren

Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
Type Description
System.Boolean
Overrides
BaseRendererControl.SupportsVisualChildren

TickLabelRotation

The degrees for the rotation of the tick labels. Defaults to 0.

Declaration
public TickLabelRotation TickLabelRotation { get; set; }
Property Value
Type Description
TickLabelRotation

TickOrientation

Changes the orientation of the ticks.

Declaration
public SliderBaseTickOrientation TickOrientation { get; set; }
Property Value
Type Description
SliderBaseTickOrientation

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererControl.Type

UpperBound

Declaration
public double UpperBound { get; set; }
Property Value
Type Description
System.Double

UseDirectRender

Declaration
protected override bool UseDirectRender { get; }
Property Value
Type Description
System.Boolean
Overrides
BaseRendererControl.UseDirectRender

ValueFormat

String format used for the thumb and tick label values in the slider.

Declaration
public string ValueFormat { get; set; }
Property Value
Type Description
System.String

ValueFormatOptions

Number format options used for the thumb and tick label values in the slider.

Declaration
public IgbNumberFormatSpecifier ValueFormatOptions { get; set; }
Property Value
Type Description
IgbNumberFormatSpecifier

Methods

ConnectedCallback()

Declaration
public void ConnectedCallback()

ConnectedCallbackAsync()

Declaration
public Task ConnectedCallbackAsync()
Returns
Type Description
System.Threading.Tasks.Task

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererControl.EnsureModulesLoaded()

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererControl.FindByName(String)

ResolveDisplay()

Declaration
protected override string ResolveDisplay()
Returns
Type Description
System.String
Overrides
BaseRendererControl.ResolveDisplay()

Implements

JsonSerializable
System.IDisposable