Gets or sets the default text, which is shown on the group panel of the
Header when it does not contain grouped
Columns.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public string GroupPanelText { get; set; } |
| Visual Basic |
|---|
Public Property GroupPanelText As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ GroupPanelText {
String^ get ();
void set (String^ value);
} |
| F# |
|---|
member GroupPanelText : string with get, set
|
Property Value
Type:
StringThe text.
Exceptions
See Also