Skip to main content

GanttProgressBarColumn.PropertiesProgressBar Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public ProgressBarProperties PropertiesProgressBar { get; }

Property Value

Type Description
ProgressBarProperties

The column editor’s settings.

Remarks

The PropertiesProgressBar property allows you to customize the editor’s appearance and behavior settings.

<dx:ASPxGantt ID="Gantt" runat="server"...>
    ...
    <SettingsTasksList >
        <Columns>
            <dx:GanttProgressBarColumn FieldName="Progress">
                <PropertiesProgressBar>
                    ...
                </PropertiesProgressBar>
            </dx:GanttProgressBarColumn>
        </Columns>
    </SettingsTasksList>
</dx:ASPxGantt>

Examples

Online Demos

See Also