GroupColumnFormat Property |
|
DataPA OpenAnalytics API Reference
Gets or sets the format string for this group column.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string Format { get; set; }
Public Property Format As String
Get
Set
public:
virtual property String^ Format {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Format();
function set_Format(value);
Property Value
Type:
StringThe format string for this group column.
Return Value
Type:
StringThe format string for this group column.
Remarks See Also