Back to Devexpress

QueryItemTemplateEventArgs.ItemType Property

windowsforms-devexpress-dot-xtragantt-dot-queryitemtemplateeventargs.md

latest1.3 KB
Original Source

QueryItemTemplateEventArgs.ItemType Property

Gets a value that identifies the element type (regular task, summary task, baseline, etc.).

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public GanttChartItemType ItemType { get; }
vb
Public ReadOnly Property ItemType As GanttChartItemType

Property Value

TypeDescription
DevExpress.XtraGantt.Chart.GanttChartItemType

The element type.

|

Remarks

Read the following topic for information on how to assign templates: How to Assign Templates.

See Also

QueryItemTemplateEventArgs Class

QueryItemTemplateEventArgs Members

DevExpress.XtraGantt Namespace