Class SelectionModeBuilder<T>
Inheritance
System.Object
SelectionModeBuilder<T>
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.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class SelectionModeBuilder<T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
SelectionModeBuilder(SelectionSettings)
Initializes a new instance of the SelectionModeBuilder<T> class.
Declaration
public SelectionModeBuilder(SelectionSettings toolbar)
Parameters
Type | Name | Description |
---|---|---|
SelectionSettings | toolbar | It displays the list of SelectionSettings selectionMode option |
Methods
AddMode(SelectionMode)
It adds the list of default SelectionMode options into SelectionSettings.
Declaration
public void AddMode(SelectionMode mode)
Parameters
Type | Name | Description |
---|---|---|
SelectionMode | mode | It accepts the type of Selectionmode passed |