DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The label that will be shown on the process button.
The label that will be shown on the process button.
Gets and sets a label that will be shown on the process button.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string ProcessButtonLabel { get; set; } |
Visual Basic |
---|
Public Property ProcessButtonLabel As String Get Set |
Visual C++ |
---|
public: virtual property String^ ProcessButtonLabel { String^ get () sealed; void set (String^ value) sealed; } |
Property Value
Type: StringThe label that will be shown on the process button.
Return Value
Type: StringThe label that will be shown on the process button.
Remarks
If you give a CHR(1) delimetered list, a button will be created for each item in the list.