ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileManagerColumn - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FileManagerColumn

    Inheritance
    System.Object
    EJTagHelper
    FileManagerColumn
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.FileManager
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class FileManagerColumn : EJTagHelper

    Constructors

    FileManagerColumn()

    Declaration
    public FileManagerColumn()

    Properties

    AllowResizing

    If allowResizing set to false, it disables resize option of a particular column.

    Declaration
    public bool AllowResizing { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowSorting

    If allowSorting set to false, then it disables sorting option of a particular column. By default all columns are sortable.

    Declaration
    public bool AllowSorting { get; set; }
    Property Value
    Type Description
    System.Boolean

    CustomAttributes

    The CSS styles and attributes of the content cells of a particular column can be customized.

    Declaration
    public object CustomAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    CustomFormat

    It is used to change display value with the given format and does not affect the original data. Gets the format from the user which can be standard or custom number and date formats.

    Declaration
    public object CustomFormat { get; set; }
    Property Value
    Type Description
    System.Object

    Field

    Defines the field name of column which is mapped with mapping name of DataSource. The bounded columns can be sort, filter and group etc., The field name must be a valid JavaScript identifier, the first character must be an alphabet and should not contain spaces and special characters.

    Declaration
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    Format

    It is used to change display value with the given format and does not affect the original data. Gets the format from the user which can be standard or custom number and date formats.

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    System.String

    HeaderTemplate

    Defines the column template as string or HTML element ID which is used to add customized element in the column header.

    Declaration
    public string HeaderTemplate { get; set; }
    Property Value
    Type Description
    System.String

    HeaderText

    Defines the header text of column which is used to display in column header. If headerText is not defined, then field name value will be assigned to header text.

    Declaration
    public string HeaderText { get; set; }
    Property Value
    Type Description
    System.String

    HeaderTextAlign

    Define the alignment of column header which is used to align the text of column header.

    Declaration
    public TextAlign HeaderTextAlign { get; set; }
    Property Value
    Type Description
    TextAlign

    HideAtMedia

    Column visibility can change based on Media Queries. hideAtMedia accepts only valid Media Queries.

    Declaration
    public string HideAtMedia { get; set; }
    Property Value
    Type Description
    System.String

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    MaxWidth

    Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.

    Declaration
    public string MaxWidth { get; set; }
    Property Value
    Type Description
    System.String

    MinWidth

    Defines the minimum width of the column in pixels or percentage.

    Declaration
    public string MinWidth { get; set; }
    Property Value
    Type Description
    System.String

    Template

    Defines the column template that renders customized element in each cell of the column. It accepts either template string or HTML element ID.

    Declaration
    public string Template { get; set; }
    Property Value
    Type Description
    System.String

    TextAlign

    Defines the alignment of the column in both header and content cells.

    Declaration
    public TextAlign TextAlign { get; set; }
    Property Value
    Type Description
    TextAlign

    Type

    Defines the data type of the column.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Width

    Defines the width of the column in pixels or percentage.

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved