/// <summary> /// This value indicates whether grouping will be used in this format. /// </summary> /// /// <returns>true if grouping is used,false otherwise.</returns> public override bool IsGroupingUsed() { return(dform.IsGroupingUsed()); }