Class GanttLoadingIndicatorBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.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 Shimmer
Declaration
public GanttLoadingIndicatorBuilder IndicatorType(IndicatorType value)
Parameters
Type | Name | Description |
---|---|---|
IndicatorType | value |
Returns
Type | Description |
---|---|
GanttLoadingIndicatorBuilder |