menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileExplorerGridSettings

    Show / Hide Table of Contents

    Class FileExplorerGridSettings

    By using the gridSettings property, you can customize the grid behavior in the FileExplorer control.

    Inheritance
    System.Object
    EJTagHelper
    FileExplorerGridSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved