aspnet-devexpress-dot-web-dot-aspxgantt-768b007f.md
A column that displays a spin editor.
Namespace : DevExpress.Web.ASPxGantt
Assembly : DevExpress.Web.ASPxGantt.v25.2.dll
NuGet Package : DevExpress.Web
public class GanttSpinEditColumn :
GanttDataColumn
Public Class GanttSpinEditColumn
Inherits GanttDataColumn
Create a GanttSpinEditColumn object and add it to the Columns collection to add a column that displays a spin editor.
Use the PropertiesSpinEdit property to customize the column editor’s appearance and behavior settings.
<dx:ASPxGantt ID="Gantt" runat="server"...>
...
<SettingsTasksList >
<Columns>
<dx:GanttSpinEditColumn FieldName="Count">
<PropertiesSpinEdit>
...
</PropertiesSpinEdit>
</dx:GanttSpinEditColumn>
</Columns>
</SettingsTasksList>
</dx:ASPxGantt>
Object StateManager CollectionItem WebColumnBase GanttColumnBase GanttDataColumn GanttSpinEditColumn
See Also