DataPA Enterprise Dashboard Controls API Reference
Gets and sets a label that will be shown on the process button.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: String
The label that will be shown on the process button.

Return Value

Type: String
The 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.

See Also