Enabling ProgressBar

1 Oct 20151 minute to read

You can enable the Progressbar by using the Enabled Property. When this property set to false, it disables the ProgressBar control. By default, Enabled property is set to true.

Add the following code example to the corresponding ASPX page to disable the ProgressBar control.

  • HTML
  • <ej:ProgressBar ID="progressbar" runat="server" Value="70" Text="70 %"   Height="20" Width="500" Enabled="false" ></ej:ProgressBar>

    The following screenshot displays the Enabled property.