Skip to main content

GanttSpinEditColumn.PropertiesSpinEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public SpinEditProperties PropertiesSpinEdit { get; }

Property Value

Type Description
SpinEditProperties

The column editor’s settings.

Remarks

The PropertiesSpinEdit property allows you to customize the 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>

Examples

Online Demos

See Also