Class GanttColumn
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class GanttColumn : EJTagHelper
Constructors
GanttColumn()
Declaration
public GanttColumn()
Properties
AllowCellSelection
Enable or disable the cell selection for specific column
Declaration
[JsonProperty("allowCellSelection")]
public bool AllowCellSelection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowEditing
Enable or disable the editing for specific column
Declaration
[JsonProperty("allowEditing")]
public bool AllowEditing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowFiltering
Enables or disables the ability to filter the rows based on this column.
Declaration
[JsonProperty("allowFiltering")]
public bool AllowFiltering { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowFilteringBlankContent
Enable or disable the filtering blank content in filtering operation.
Declaration
[JsonProperty("allowFilteringBlankContent")]
public bool AllowFilteringBlankContent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowFreezing
Enable or disable the freezing for specific column
Declaration
[JsonProperty("allowFreezing")]
public bool? AllowFreezing { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
AllowSorting
Enables or disables the ability to sort the rows based on this column/field
Declaration
[JsonProperty("allowSorting")]
public bool AllowSorting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CheckboxEditOptions
Gets or sets la editing parameter for cell and dialog editing
Declaration
[JsonProperty("editParams")]
public CheckBoxProperties CheckboxEditOptions { get; set; }
Property Value
Type | Description |
---|---|
CheckBoxProperties |
DateEditOptions
Gets or sets la editing parameter for cell and dialog editing
Declaration
[JsonProperty("editParams")]
public DatePickerProperties DateEditOptions { get; set; }
Property Value
Type | Description |
---|---|
DatePickerProperties |
DateTimeEditOptions
Gets or sets la editing parameter for cell and dialog editing
Declaration
[JsonProperty("editParams")]
public DateTimePickerProperties DateTimeEditOptions { get; set; }
Property Value
Type | Description |
---|---|
DateTimePickerProperties |
DropDownData
Gets or sets a data source for drop down edit type column
Declaration
[JsonConverter(typeof(DataManagerConverter))]
[JsonProperty("dropdownData")]
public object DropDownData { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
DropDownEditOptions
Gets or sets la editing parameter for cell and dialog editing
Declaration
[JsonProperty("editParams")]
public DropDownListProperties DropDownEditOptions { get; set; }
Property Value
Type | Description |
---|---|
DropDownListProperties |
EditType
Specifies the edit type of the column
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("editType")]
public TreeGridEditingType EditType { get; set; }
Property Value
Type | Description |
---|---|
TreeGridEditingType |
Field
Specifies the name of the field from the dataSource to bind with this column.
Declaration
[JsonProperty("field")]
public string Field { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterEditType
Specifies the type of the editor control to be used to filter the rows
Declaration
[JsonProperty("filterEditType")]
[JsonConverter(typeof(StringEnumConverter))]
public TreeGridFilterEditType FilterEditType { get; set; }
Property Value
Type | Description |
---|---|
TreeGridFilterEditType |
Format
Gets or sets format for specific column
Declaration
[JsonProperty("format")]
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeaderTemplateID
Gets or sets a header template ID
Declaration
[JsonProperty("headerTemplateID")]
public string HeaderTemplateID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeaderText
Header text of the column.
Declaration
[JsonProperty("headerText")]
public string HeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeaderTextAlign
Gets or sets a header text alignment for specific column
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("headerTextAlign")]
public TextAlign HeaderTextAlign { get; set; }
Property Value
Type | Description |
---|---|
TextAlign |
IsFrozen
Gets or sets a freeze option for specific column
Declaration
[JsonProperty("isFrozen")]
public bool IsFrozen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTemplateColumn
Enable or disable the template column for specific column
Declaration
[JsonProperty("isTemplateColumn")]
public bool IsTemplateColumn { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MappingName
Gets or sets mapping name for specific column
Declaration
[JsonProperty("mappingName")]
public string MappingName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaskTextEditOptions
Gets or sets la editing parameter for cell and dialog editing
Declaration
[JsonProperty("editParams")]
public MaskEditProperties MaskTextEditOptions { get; set; }
Property Value
Type | Description |
---|---|
MaskEditProperties |
NumericEditOptions
Gets or sets la editing parameter for cell and dialog editing
Declaration
[JsonProperty("editParams")]
public EditorProperties NumericEditOptions { get; set; }
Property Value
Type | Description |
---|---|
EditorProperties |
ShowCheckbox
Enable or disable the displaying check box for specific column in check box selection
Declaration
[JsonProperty("showCheckbox")]
public bool ShowCheckbox { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowNullText
Gets or sets a displaying null text or not.
Declaration
[JsonProperty("showNullText")]
public bool ShowNullText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Template
Gets or sets a column template
Declaration
[JsonProperty("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplateID
Gets or sets a column template ID
Declaration
[JsonProperty("templateID")]
public string TemplateID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextAlign
Gets or sets a text alignment for specific column
Declaration
[JsonProperty("textAlign")]
[JsonConverter(typeof(StringEnumConverter))]
public TextAlign TextAlign { get; set; }
Property Value
Type | Description |
---|---|
TextAlign |
Visible
Controls the visibility of the column
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Width
Gets or sets a width of the column
Declaration
[JsonProperty("width")]
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |