Back to Devexpress

GanttControlOptionsBehavior.AllowSplitTasks Property

windowsforms-devexpress-dot-xtragantt-dot-options-dot-ganttcontroloptionsbehavior-f520e54f.md

latest2.2 KB
Original Source

GanttControlOptionsBehavior.AllowSplitTasks Property

Gets or sets whether the control automatically splits tasks and whether users can manually split tasks.

Namespace : DevExpress.XtraGantt.Options

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public DefaultBoolean AllowSplitTasks { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(DefaultBoolean.Default)>
Public Property AllowSplitTasks As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

Default or True if the control splits tasks; otherwise, False.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowSplitTasks
GanttControl

.OptionsBehavior .AllowSplitTasks

|

See Also

Split a Partially Completed Task

GanttControlOptionsBehavior Class

GanttControlOptionsBehavior Members

DevExpress.XtraGantt.Options Namespace