NProgressBarColumnFormat Class Members
In This Topic
The following tables list the members exposed by NProgressBarColumnFormat.
Public Constructors
Public Fields
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LabelStyle | Gets or sets the style of the progress bars labels. By default set to Value |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Maximum | Gets or sets the maximum for the progress bars created by the format. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Minimum | Gets or sets the minimum for the progress bars created by the format. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ValueFormatter | Gets or sets the value formatter that creates a string representation of the value for the clipboard Copy operation. |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CanCopy | Overridden. Determines whether the copy operation can be performed. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Copy | Overridden. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | FormatDefaultDataCell | Overridden. Formats the default data cell. |
Top
See Also