Class Gantt
Represents the Gantt UI element.
Inheritance
System.Object
Gantt
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class Gantt : CommonDataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
Gantt()
Declaration
Properties
ActionBegin
Triggered for every gantt action before its starts
Declaration
public string ActionBegin { get; set; }
Property Value
Type |
Description |
System.String |
|
ActionComplete
Triggered for every gantt action success event.
Declaration
public string ActionComplete { get; set; }
Property Value
Type |
Description |
System.String |
|
AddDialogFields
Specifies the fields to be included in the add dialog in gantt
Declaration
public List<AddDialogField> AddDialogFields { get; }
Property Value
AllowColumnResize
Enables or disables the ability to resize column.
Declaration
public bool AllowColumnResize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowDragAndDrop
Enables or disables the ability to drag and drop the row interactively to reorder the rows.
Declaration
public bool AllowDragAndDrop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowGanttChartEditing
Enables or Disables gantt chart editing in gantt
Declaration
public bool AllowGanttChartEditing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowKeyboardNavigation
Enables or Disables Keyboard navigation in gantt
Declaration
public bool AllowKeyboardNavigation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowMultiSorting
Specifies enabling or disabling multiple soting for gantt columns
Declaration
public bool AllowMultiSorting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowSelection
Enables or disables the interactive selection of a row.
Declaration
public bool AllowSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowSorting
Enables or disables sorting. When enabled, we can sort the column by clicking on the column.
Declaration
public bool AllowSorting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowUnscheduledTask
Enables or disables Unscheduled task
Declaration
public bool AllowUnscheduledTask { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BaselineColor
Specifies the baseline background color in gantt
Declaration
public string BaselineColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BaselineEndDateMapping
Specifies the mapping property path for baseline end date in datasource
Declaration
public string BaselineEndDateMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
BaselineStartDateMapping
Specifies the mapping property path for baseline start date of a task in datasource
Declaration
public string BaselineStartDateMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
BeginEdit
Triggered while enter the edit mode in the tree grid cell
Declaration
public string BeginEdit { get; set; }
Property Value
Type |
Description |
System.String |
|
CellSelected
Triggered after the row is selected
Declaration
public string CellSelected { get; set; }
Property Value
Type |
Description |
System.String |
|
CellSelecting
Triggered before the row is going to be selected.
Declaration
public string CellSelecting { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the template for specific cell
Declaration
public string CellTooltipTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
ChildMapping
Specifies the mapping property path for sub tasks in datasource
Declaration
public string ChildMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
Collapsed
Triggered after collapsed the gantt record
Declaration
public string Collapsed { get; set; }
Property Value
Type |
Description |
System.String |
|
Collapsing
Triggered while collapsing the gantt record
Declaration
public string Collapsing { get; set; }
Property Value
Type |
Description |
System.String |
|
ColumnDialogFields
Include or exclude column dialog fields
Declaration
public List<string> ColumnDialogFields { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
ConnectorLineBackground
Specifies the background of connector lines in Gantt
Declaration
public string ConnectorLineBackground { get; set; }
Property Value
Type |
Description |
System.String |
|
ConnectorlineWidth
Specifies the width of the connector lines in gantt
Declaration
public int ConnectorlineWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Enables or disables the contextmenu for gantt , when enabled contextmenu appears on right clicking gantt
Declaration
public string ContextMenuOpen { get; set; }
Property Value
Type |
Description |
System.String |
|
Create
Triggered after complete the gantt rendering
Declaration
public string Create { get; set; }
Property Value
Type |
Description |
System.String |
|
CssClass
Specify the CSS class for gantt to achieve custom theme.
Declaration
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
DataManager
Declaration
public DataSource DataManager { get; set; }
Property Value
Specifies the dateFormat for gantt , given format is displayed in tooltip , grid .
Declaration
public string DateFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
DayWorkingTime
To specifies working hour collection per day
Declaration
public List<GanttDayWorkingTime> DayWorkingTime { get; set; }
Property Value
Options for displaying and customizing the tooltip. This tooltip will show the preview of the row that is being dragged.
Declaration
public GanttDragTooltip DragTooltip { get; set; }
Property Value
DurationMapping
Specifies the mapping property path for duration of a task in datasource
Declaration
public string DurationMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
DurationUnit
Specifies the duration unit for each tasks whether days or hours
Declaration
public GanttDurationUnit DurationUnit { get; set; }
Property Value
DurationUnitMapping
To map duration unit of the task.
Declaration
public string DurationUnitMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
EditDialogFields
Specifies the fields to be included in the edit dialog in gantt
Declaration
public List<EditDialogField> EditDialogFields { get; }
Property Value
EditSettings
Specifies the editSettings options in gantt.
Declaration
public GanttEditOptions EditSettings { get; set; }
Property Value
EnableAltRow
Enables or Disables enableAltRow row effect in gantt
Declaration
public bool EnableAltRow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCollapseAll
Enables or disables the collapse all records when loading the gantt.
Declaration
public bool EnableCollapseAll { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Enables or disables the contextmenu for gantt , when enabled contextmenu appears on right clicking gantt
Declaration
public bool EnableContextMenu { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePredecessorValidation
Enables/Disables validation for rendering predecessors.
Declaration
public bool EnablePredecessorValidation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableProgressBarResizing
Indicates whether we can edit the progress of a task interactively in gantt chart.
Declaration
public bool EnableProgressBarResizing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableResize
Enables or disables the option for dynamically updating the Gantt size on window resizing
Declaration
public bool EnableResize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableSerialNumber
Enables or disables the Serial number column.
Declaration
public bool EnableSerialNumber { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Enables or disables tooltip while editing (dragging/resizing) the taskbar.
Declaration
public bool EnableTaskbarDragTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Enables or disables tooltip for taskbar
Declaration
public bool EnableTaskbarTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableVirtualization
Enables/Disables virtualization for rendering gantt items.
Declaration
public bool EnableVirtualization { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableWBS
Enables or disables the WBS column.
Declaration
public bool EnableWBS { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableWBSPredecessor
Enables or disables the WBS Predecessor column.
Declaration
public bool EnableWBSPredecessor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EndDateMapping
Specifies the mapping property path for end Date of a task in datasource
Declaration
public string EndDateMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
EndEdit
Triggered after save the modified cellValue in gantt.
Declaration
public string EndEdit { get; set; }
Property Value
Type |
Description |
System.String |
|
Expanded
Triggered after expand the record
Declaration
public string Expanded { get; set; }
Property Value
Type |
Description |
System.String |
|
Expanding
Triggered while expanding the gantt record
Declaration
public string Expanding { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpandStateMapping
Specifies the mapping property path for expandStateMapping in datasource
Declaration
public string ExpandStateMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
FilterSettings
Options for filtering and customizing filter actions.
Declaration
public GanttFilterSettings FilterSettings { get; set; }
Property Value
GroupCollection
Collection of data regarding group collection available in Gantt
Declaration
public object GroupCollection { get; set; }
Property Value
Type |
Description |
System.Object |
|
GroupIdMapping
Specifies the mapping property path for id of group in datasource
Declaration
public string GroupIdMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupNameMapping
Specifies the mapping property path for name of group in datasource
Declaration
public string GroupNameMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
HighlightNonWorkingTime
Specifies whether to highlight the working and nonworking time range in gantt .
Declaration
public bool HighlightNonWorkingTime { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HighlightWeekends
Specifies whether to highlight the weekends in gantt .
Declaration
public bool HighlightWeekends { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Holidays
Collection of holidays with date, background and label information to be displayed in gantt.
Declaration
public List<Holiday> Holidays { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Holiday> |
|
IncludeWeekend
Specifies whether to include weekends while calculating the duration of a task.
Declaration
public bool IncludeWeekend { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsResponsive
Enables or disables the option for dynamically updating the Gantt size on window resizing
Declaration
public bool IsResponsive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LeftTaskLabelMapping
Specifies the mapping property path for left task label in gantt
Declaration
public string LeftTaskLabelMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
LeftTaskLabelTemplate
Specifies the template Id for customized left task label in gantt
Declaration
public string LeftTaskLabelTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
Load
Triggered while gantt is loaded
Declaration
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
Locale
Specify the locale for gantt
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
MilestoneMapping
Specifies the mapping property path for milestone in datasource
Declaration
public string MilestoneMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
MilestoneTemplate
Specifies the template id or template string for milestone.
Declaration
public string MilestoneTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
Model
Declaration
public GanttProperties Model { get; set; }
Property Value
NonWorkingBackground
Specifies the non working hours background color in gantt
Declaration
public string NonWorkingBackground { get; set; }
Property Value
Type |
Description |
System.String |
|
NotesMapping
To map notes of the task.
Declaration
public string NotesMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentProgressbarBackground
Specifies the background of parent progressbar in gantt
Declaration
public string ParentProgressbarBackground { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentTaskbarBackground
Specifies the background of parent taskbar in gantt
Declaration
public string ParentTaskbarBackground { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentTaskbarTemplate
Specifies the template id or template string for parent taskbar.
Declaration
public string ParentTaskbarTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentTaskIdMapping
Specifies the mapping property path for parent task Id in selfreference datasource
Declaration
public string ParentTaskIdMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
PredecessorMapping
Specifies the mapping property path for predecessors of a task in datasource
Declaration
public string PredecessorMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the JS render template id or template script for predecessor tooltip on mouse action.
Declaration
public string PredecessorTooltipTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgressbarBackground
Specifies the background of progressbar in gantt
Declaration
public string ProgressbarBackground { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgressbarHeight
Specified the height of the progressbar in taskbar
Declaration
public int ProgressbarHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Specifies the template for tooltip on resizing progressbar
Declaration
public string ProgressbarTooltipTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the template ID for customized tooltip for progressbar editing in gantt
Declaration
public string ProgressbarTooltipTemplateId { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgressMapping
Specifies the mapping property path for progress percentage of a task in datasource
Declaration
public string ProgressMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
Query
It receives query to retrieve data from the table (query is same as SQL).
Declaration
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
QueryCellInfo
Triggered while rendering each cell in the tree grid
Declaration
public string QueryCellInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
QueryTaskbarInfo
Triggered while rendering each taskbar in the gantt chart
Declaration
public string QueryTaskbarInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
ReadOnly
Enables or disables the gantt editing operations
Declaration
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RenderBaseline
Enables or Disables rendering baselines in Gantt , when enabled baseline is rendered in gantt
Declaration
public bool RenderBaseline { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ResourceCollectionMapping
Specifies the mapping property path for resource collection of group in datasource.
Declaration
public string ResourceCollectionMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
ResourceIdMapping
Specifies the mapping property name for resource ID in resource Collection in gantt
Declaration
public string ResourceIdMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
ResourceInfoMapping
Specifies the mapping property path for resources of a task in datasource
Declaration
public string ResourceInfoMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
ResourceNameMapping
Specifies the mapping property path for resource name of a task in gantt
Declaration
public string ResourceNameMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
Resources
Collection of data regarding resources involved in entire project
Declaration
public object Resources { get; set; }
Property Value
Type |
Description |
System.Object |
|
ResourceUnitMapping
Map units of every defined resource.
Declaration
public string ResourceUnitMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
RightTaskLabelMapping
Specifies the mapping property path for right task label in gantt
Declaration
public string RightTaskLabelMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
RightTaskLabelTemplate
Specifies the template Id for customized right task label in gantt
Declaration
public string RightTaskLabelTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
RoundOffDayworkingTime
Specifies whether rounding off the day working time edits
Declaration
public bool RoundOffDayworkingTime { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RowDataBound
Triggered while rendering each row
Declaration
public string RowDataBound { get; set; }
Property Value
Type |
Description |
System.String |
|
RowDrag
Triggered while dragging a row in Gantt control
Declaration
public string RowDrag { get; set; }
Property Value
Type |
Description |
System.String |
|
RowDragStart
Triggered while start to drag row in Gantt control
Declaration
public string RowDragStart { get; set; }
Property Value
Type |
Description |
System.String |
|
RowDragStop
Triggered while drop a row in Gantt control
Declaration
public string RowDragStop { get; set; }
Property Value
Type |
Description |
System.String |
|
RowHeight
Specifies the height of a single row in gantt. Also, we need to set same height in the CSS style with class name e-rowcell.
Declaration
public int RowHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RowSelected
Triggered after the row is selected
Declaration
public string RowSelected { get; set; }
Property Value
Type |
Description |
System.String |
|
RowSelecting
Triggered before the row is going to be selected.
Declaration
public string RowSelecting { get; set; }
Property Value
Type |
Description |
System.String |
|
ScheduleEndDate
Specifies end date of the gantt schedule. By default, end date will be rounded to its next Saturday.
Declaration
public string ScheduleEndDate { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the options for customizing schedule header.
Declaration
public ScheduleHeaderSettings ScheduleHeaderSettings { get; set; }
Property Value
ScheduleStartDate
Specifies start date of the gantt schedule. By default, start date will be rounded to its previous Sunday.
Declaration
public string ScheduleStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedCellIndexes
Specifies the cell indexes of the gantt which is highlighted in load time.
Declaration
public List<SelectedCellIndex> SelectedCellIndexes { get; }
Property Value
SelectedRowIndex
Specifies the selected row Index in gantt , the row with given index will highlighted
Declaration
public int SelectedRowIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SelectionMode
Specifies the selection mode of the Gantt.
Declaration
public GanttSelectionMode SelectionMode { get; set; }
Property Value
SelectionType
Specifies the selection type for the cell selection
Declaration
public GanttSelectionType SelectionType { get; set; }
Property Value
ShowColumnChooser
Enables or disables the column chooser.
Declaration
public bool ShowColumnChooser { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowColumnOptions
Enables or disables the column options in column menu.
Declaration
public bool ShowColumnOptions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Specifies whether to show grid cell tooltip.
Declaration
public bool ShowGridCellTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Specifies whether to show grid cell tooltip over expander cell alone.
Declaration
public bool ShowGridExpandCellTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowProgressStatus
Specifies whether display task progress inside taskbar.
Declaration
public bool ShowProgressStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowResourceNames
Specifies whether to display resource names for a task beside taskbar.
Declaration
public bool ShowResourceNames { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowTaskNames
Specifies whether to display task name beside task bar.
Declaration
public bool ShowTaskNames { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SizeSettings
Specifies the size option of gantt control.
Declaration
public SizeSettings SizeSettings { get; set; }
Property Value
SortedColumns
Specifies the sorting options for gantt.
Declaration
public List<GanttSortedColumn> SortedColumns { get; }
Property Value
SplitterPosition
Specifies splitter position in gantt.
Declaration
public string SplitterPosition { get; set; }
Property Value
Type |
Description |
System.String |
|
SplitterResized
Triggered after the splitter gets resized
Declaration
public string SplitterResized { get; set; }
Property Value
Type |
Description |
System.String |
|
SplitterSettings
Specifies splitter settings in gantt.
Declaration
public SplitterSettings SplitterSettings { get; set; }
Property Value
StartDateMapping
Specifies the mapping property path for start date of a task in datasource
Declaration
public string StartDateMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
StripLines
Specifies the options for striplines
Declaration
public List<GanttStripLine> StripLines { get; }
Property Value
TaskbarBackground
Specifies the background of the taskbar in gantt
Declaration
public string TaskbarBackground { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskbarClick
Triggered while clicking the taskbar
Declaration
public string TaskbarClick { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskbarEdited
Triggered after completing the editing operation in taskbar
Declaration
public string TaskbarEdited { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskbarEditing
Triggered while editing the gantt chart (dragging, resizing the taskbar )
Declaration
public string TaskbarEditing { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the template script for customized tooltip for taskbar editing in gantt
Declaration
public string TaskbarEditingTooltipTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the template Id for customized tooltip for taskbar editing in gantt
Declaration
public string TaskbarEditingTooltipTemplateId { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskbarHeight
Specifies the height of a taskbar in gantt chart.
Declaration
public int TaskbarHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TaskbarTemplate
Specifies the template id or template string for child taskbar.
Declaration
public string TaskbarTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the template for tooltip on mouseaction on taskbars
Declaration
public string TaskbarTooltipTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the template id for tooltip on mouseaction on taskbars
Declaration
public string TaskbarTooltipTemplateId { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskCollectionMapping
Specifies the mapping property path for task collection of resources in datasource.
Declaration
public string TaskCollectionMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskIdMapping
Specifies the mapping property path for task Id in datasource
Declaration
public string TaskIdMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskNameMapping
Specifies the mapping property path for task name in datasource
Declaration
public string TaskNameMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskSchedulingMode
Specifies the mode for the task scheduling
Declaration
public GanttTaskSchedulingMode TaskSchedulingMode { get; set; }
Property Value
TaskSchedulingModeMapping
Specifies the mapping property path for task scheduling mode in datasource
Declaration
public string TaskSchedulingModeMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskType
Specifies the default calculation type of a project.
Declaration
public GanttTaskType TaskType { get; set; }
Property Value
Triggered when toolbar item is clicked in Gantt.
Declaration
public string ToolbarClick { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the toolbarSettings options.
Declaration
public ToolBarOptions ToolbarSettings { get; set; }
Property Value
TreeColumnIndex
Specifies the tree expander column in gantt
Declaration
public int TreeColumnIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ValidateManualTasksOnLinking
Enables or disables Manual taskbar predecessor validation
Declaration
public bool ValidateManualTasksOnLinking { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ViewType
Specifies the type of view in Gantt control
Declaration
public GanttViewType ViewType { get; set; }
Property Value
WeekendBackground
Specifies the weekendBackground color in gantt
Declaration
public string WeekendBackground { get; set; }
Property Value
Type |
Description |
System.String |
|
WorkingTimeScale
Specifies the working time schedule of day
Declaration
public GanttWorkingTimeScale WorkingTimeScale { get; set; }
Property Value
WorkMapping
Specifies the mapping property path for work of a task in datasource
Declaration
public string WorkMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
WorkUnit
Specifies the work unit for each tasks whether days or hours
Declaration
public GanttWorkUnit WorkUnit { get; set; }
Property Value
WorkWeek
Gets or sets the WorkWeeks.
Declaration
public List<string> WorkWeek { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Methods
DependentScripts()
Declaration
public List<string> DependentScripts()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
FetchData(IEnumerable)
Declaration
public override void FetchData(IEnumerable data)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
data |
|
Overrides
GetCollectionList<T>(ArrayList)
Declaration
protected List<T> GetCollectionList<T>(ArrayList arrayList)
Parameters
Type |
Name |
Description |
System.Collections.ArrayList |
arrayList |
|
Returns
Type |
Description |
System.Collections.Generic.List<T> |
|
Type Parameters
GetDependentFiles()
Declaration
public override List<string> GetDependentFiles()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Overrides
LoadViewState(Object)
Declaration
protected override void LoadViewState(object state)
Parameters
Type |
Name |
Description |
System.Object |
state |
|
Overrides
PostBackEventHandler(String, Dictionary<String, Object>)
Declaration
public override void PostBackEventHandler(string EventName, Dictionary<string, object> args)
Parameters
Type |
Name |
Description |
System.String |
EventName |
|
System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Render()
Declaration
Returns
Type |
Description |
System.String |
|
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Overrides
SaveViewState()
Declaration
protected override object SaveViewState()
Returns
Type |
Description |
System.Object |
|
UpdateServerModel(Dictionary<String, Object>)
Declaration
public override void UpdateServerModel(Dictionary<string, object> ClientModel)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
ClientModel |
|
Overrides
Events
ServerExcelExporting
Declaration
public event Gantt.GanttEventHandler ServerExcelExporting
Event Type
ServerExcelQueryCellInfo
Declaration
public event GanttProperties.GanttEJExportEventHandler ServerExcelQueryCellInfo
Event Type
ServerExcelRowInfo
Declaration
public event GanttProperties.GanttEJExportEventHandler ServerExcelRowInfo
Event Type
ServerPdfExporting
Declaration
public event Gantt.GanttEventHandler ServerPdfExporting
Event Type
ServerPdfQueryCellInfo
Declaration
public event GanttProperties.GanttEJExportEventHandler ServerPdfQueryCellInfo
Event Type
ServerPdfQueryTaskbarInfo
Declaration
public event GanttProperties.GanttEJExportEventHandler ServerPdfQueryTaskbarInfo
Event Type
ServerPdfRowInfo
Declaration
public event GanttProperties.GanttEJExportEventHandler ServerPdfRowInfo
Event Type
ServerRowSelected
Declaration
public event Gantt.GanttEventHandler ServerRowSelected
Event Type
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService