DataPA Enterprise Dashboard Controls 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
| C# | 
|---|
public string Format { get; set; } | 
| Visual Basic | 
|---|
Public Property Format As String
	Get
	Set  | 
| Visual C++ | 
|---|
public:
virtual property String^ Format {
	String^ get () sealed;
	void set (String^ value) sealed;
} | 
Property Value
Type: 
StringThe format string for this group column.
Return Value
Type: 
StringThe format string for this group column.
Remarks
See Also