Class SelectionSettings
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SelectionSettings : EJTagHelper
Constructors
SelectionSettings()
Declaration
public SelectionSettings()
Properties
AllowDragSelection
Gets or sets a value that indicates whether to select multiple rows or cells by dragging in Grid.
Declaration
[JsonProperty("allowDragSelection")]
public bool AllowDragSelection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CellSelectionMode
Gets or sets a value that indicates whether to add the default Cell Selection Mode actions as a Cell Selection Mode.
Declaration
[JsonProperty("cellSelectionMode")]
[JsonConverter(typeof(StringEnumConverter))]
public CellSelectionMode CellSelectionMode { get; set; }
Property Value
Type | Description |
---|---|
CellSelectionMode |
EnableToggle
Gets or sets a value that indicates whether to enable the toggle selection behavior for row, cell and column.
Declaration
[JsonProperty("enableToggle")]
public bool EnableToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectionMode
Gets or sets a value that indicates whether to add the default selection actions as a selection mode.
Declaration
[JsonProperty("selectionMode")]
public List<string> SelectionMode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
ShouldSerializeSelectionMode()
Gets or sets a value that indicates whether the selection mode should serialize.
Declaration
public bool ShouldSerializeSelectionMode()
Returns
Type | Description |
---|---|
System.Boolean | It returns the Boolean |