GridGroupingSettingsGroupSplitFormat Property |
Gets or sets the format string that will be used when group is split, containing
the GroupSplitDisplayFormat or
GroupContinuedFormatString and
GroupContinuesFormatString or the three together.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string GroupSplitFormat { get; set; }
Public Property GroupSplitFormat As String
Get
Set
public:
property String^ GroupSplitFormat {
String^ get ();
void set (String^ value);
}
member GroupSplitFormat : string with get, set
Property Value
Type:
String
See Also