Class GanttLoadingIndicatorBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GanttLoadingIndicatorBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.AspNetMvc.Gantt.dll
Syntax
public class GanttLoadingIndicatorBuilder : ControlBuilder
Constructors
GanttLoadingIndicatorBuilder()
Declaration
public GanttLoadingIndicatorBuilder()
GanttLoadingIndicatorBuilder(GanttLoadingIndicator)
Declaration
public GanttLoadingIndicatorBuilder(GanttLoadingIndicator model)
Parameters
| Type | Name | Description |
|---|---|---|
| GanttLoadingIndicator | model |
Methods
IndicatorType(IndicatorType)
Defines the loading indicator. The available loading indicator are: Spinner – Displays a rotating loader icon. Ideal for quick data loading scenarios. Shimmer – Displays a placeholder skeleton with a shimmering animation. Recommended for longer data loading operations to provide a better user experience.
Declaration
public GanttLoadingIndicatorBuilder IndicatorType(IndicatorType value)
Parameters
| Type | Name | Description |
|---|---|---|
| IndicatorType | value |
Returns
| Type |
|---|
| GanttLoadingIndicatorBuilder |