GridGroupingSettingsGroupSplitDisplayFormat Property |
A part of the string that formats the information label that appears on each
group header of a group that is split onto several pages parameter {0} will be replaced
with the number of actual items displayed on the page parameter {1} will be replaced
with the number of all items in the group
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string GroupSplitDisplayFormat { get; set; }
Public Property GroupSplitDisplayFormat As String
Get
Set
public:
property String^ GroupSplitDisplayFormat {
String^ get ();
void set (String^ value);
}
member GroupSplitDisplayFormat : string with get, set
Property Value
Type:
String
See Also