Properties
**
See** Common Control Properties, in addition to the control specific properties below.
General
Property | Description |
---|---|
Allow drag of milestones | Enables dragging of tasks that are milestones, to change order or summary task. |
Allow drag of summaries | Enables dragging of tasks that are summaries, to change order or summary task. |
Allow drag of tasks | Enables dragging of tasks that are not milestones or summaries, to change order or summary task. |
Allow link tasks | Enables creating dependencies |
Allow resize of summaries | Enables changing of the duration of tasks that are summaries. |
Allow resize of tasks | Enables changing of the duration of tasks that are not summaries or milestones. |
Columns | A list of columns which can display detail information for individual tasks to the left in the grid area. For information on specific properties see Column Properties below. |
Snap tasks to date | Ensures that tasks are dragged to dates, avoiding the higher degree of detail like hours or minutes. |
Task Dependency | Defines where information on dependencies are held. |
Task Dependency - Dependency Type Field |
The field in the dependency group which contains the type of dependency.
The selected field must have the data interpretation Gantt Task Dependency, which contains the following values:
Finish-to-Start
Task 1 must finish before Task 2 can start.
Start-to-Start Task 1 and Task 2 must start at the same time. Finish-to-Finish Task 1 and Task 2 must finish at the same time. Start-to-Finish The start of Task 1 determines the finish of Task 2. |
Task Dependency - Group | The group of a task, where information on dependencies are held. |
Task Dependency - Predecessor Task Field | The field in the dependency group which contains a reference to the predecessor task. |
Task Fields | The fields in the data source that contain specific properties for the task. |
Task Fields - Deadline Field | The field that contains the deadline date. |
Task Fields - Description Field | The field that contains the description of the task. |
Task Fields - Duration Field | The field that contains the duration of the task. This value is calculated based on the start date ane finish date. If the start and finish dates are modified outside the control, the duration must also be updated to maintain consistency. |
Task Fields - Finish Date Field | The field that contains the finish date of the task |
Task Fields - Is Milestone Field | The field that contains a boolean value specifying if this task is a milestone. |
Task Fields - Is Summary Field | The field that contains a boolean value specifying if this task is a summary task. |
Task Fields - Name Field | The field that contains the name of the task. |
Task Fields - Order Index Field | The field that contains an order index. The order index is a number identifying the order of the item in relation to the other items on the same level and within the same summary (parent). For example (order index in parenthesis): Summary 1 (1) Summary 1.1 (1) Task 1.1.1 (1) Task 1.1.2 (2) Summary 1.2 (2) Task 1.2.1 (1) Task 1.2.2 (2) Summary 2 (2) Task 2.1 (1) Task 2.2 (2) If order index is blank for any of the items tasks, all ordering functionality is disabled and a warning is displayed. If the order index is not unique for all items within a group, ordering may behave erratically. |
Task Fields - Percent Complete Field | The field that contains the value for how many percent completed the task is. |
Task Fields - Start Date Field | The field that contains the start date of the task. |
Task Fields - Summary Task Field | The field that contains the reference to the summary task (parent) for the task. |
Visible Range From | The starting point in the initially visible range. Typically use this property to zoom to a certain range. See Data Binding and Data Binding Fundamentals. |
Visible Range To | The ending point in the initially visible range. Typically use this property to zoom to a certain range. See Data Binding and Data Binding Fundamentals. |
Format
Property | Description |
---|---|
Row Background Color | Background color for the row. |
Row Font Size | Font size for the text in the row. |
Row Font Style | Font style for the text in the row. Normal or Italic. |
Row Font Weight | Weight of the text in the row: Normal or Bold. |
Row Foreground Color | Text color in the row. |
Column Properties
General
Property | Description |
---|---|
Data Binding | The data for the column. See Data Binding and Data Binding Fundamentals. |
Label | The label for the series. Enter a text in the box, or click the "..." button in the box to select a field. |
Label - Colon Suffix | Show a colon ":" after the label. |
Name | Used to identify the column in the list of all columns. |
Read Only | The column is not possible to modify. Always enabled. |
Screen Tip | The screen tip which is displayed when the mouse cursor is moved over the column. Enter a text in the box, or click the "..." button in the box to select a field containing the text to display. |
Visible | Yes The field is visible to the end user. No The field is not visible to the end user. Condition... A condition determines if the column is visible. |
Size and Position
Property | Description |
---|---|
Best Fit Area | How to calculate the best fit width. All The header and content is used. Header Only the header is used. |
Frozen | Column is moved to the left, and is always displayed when scrolling the columns. |
Max Widht | The maximum width of the column when resizing or when the width is calculated automatically. |
Min Width | The minimum width of the column when resizing or when the width is calculated automatically. |
Width | The initial widht of the column. |
Format
Property | Description |
---|---|
Automatic Formatting | Format the cell in the column individually based on conditions on the object. See automatic formatting. |
Cell Background Color | Background color for the cell. |
Cell Font Size | Font size for the text in the cell. |
Cell Font Style | Font style for the text in the cell. Normal or Italic. |
Cell Font Weight | Font weight for the text in the cell. Normal or Bold. |
Cell Foreground Color | Color of the text in the cell. |
Display Format String |
Format the value and add any text to its textual representation. The formatted text is displayed if the value is not currently edited (if it is not focused or it is read-only). For example, to display currency values, set the DisplayFormatString property to 'c2'. If the editor's value is 99.9, its formatted equivalent will be $99.90. The specified display format should match the value's type, otherwise, it is ignored and is not applied. Standard format specifiers for composing the format pattern are described in the Format Strings topics in MSDN. |
Label Background Color | Background color for the coloumn header. |
Label Font Size | Font size for the text in the coloumn header. |
Label Font Style | Font style for the text in the coloumn header. Normal or Italic. |
Label Font Weight | Font weight for the text in the coloumn header. Normal or Bold. |
Label Foreground Color | Color of the text in the coloumn header. |