Class FileExplorerGridSettings
By using the gridSettings property, you can customize the grid behavior in the FileExplorer control.
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 FileExplorerGridSettings : EJTagHelper
Constructors
FileExplorerGridSettings()
Declaration
public FileExplorerGridSettings()
Properties
AllowResizing
Allows to Resizing the columns of the grid
Declaration
[JsonProperty("allowResizing")]
public bool AllowResizing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowSorting
Specifies the sorting option in grid
Declaration
[JsonProperty("allowSorting")]
public bool AllowSorting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Columns
Specifies the columns to show in grid
Declaration
[JsonProperty("columns")]
public List<Column> Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Column> |
Methods
ShouldSerializeColumns()
Declaration
public bool ShouldSerializeColumns()
Returns
Type | Description |
---|---|
System.Boolean |