Back to Devexpress

ProgressBarProperties Class

aspnet-devexpress-dot-web-30655008.md

latest3.1 KB
Original Source

ProgressBarProperties Class

Contains settings specific to a progress bar control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ProgressBarProperties :
    EditPropertiesBase
vb
Public Class ProgressBarProperties
    Inherits EditPropertiesBase

The following members return ProgressBarProperties objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsCardViewProgressBarColumn.PropertiesProgressBar
GanttProgressBarColumn.PropertiesProgressBar
GridViewDataProgressBarColumn.PropertiesProgressBar
TreeListProgressBarColumn.PropertiesProgressBar
VerticalGridProgressBarRow.PropertiesProgressBar
ASP.NET MVC ExtensionsMVCxProgressBar.Properties

Remarks

The ProgressBarProperties class contains settings specific to a control of the ASPxProgressBar type.

In addition to the common editor settings inherited from its ancestors, the ProgressBarProperties class implements specific properties which define the control’s size (ProgressBarProperties.Width, ProgressBarProperties.Height) and list the available client-side events (ProgressBarProperties.ClientSideEvents).

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase EditPropertiesBase ProgressBarProperties BootstrapProgressBarProperties

MVCxProgressBarProperties

MVCxColumnProgressBarProperties

See Also

ProgressBarProperties Members

Progress Bar

DevExpress.Web Namespace