Ext.Net.GroupingSummary.ShowSummaryMsg C# (CSharp) Method

ShowSummaryMsg() public method

Show a message in the summary row.
public ShowSummaryMsg ( string groupValue, string msg ) : void
groupValue string group value
msg string Text to use as innerHTML for the summary row.
return void
        public void ShowSummaryMsg(string groupValue, string msg)
        {
            this.Call("showSummaryMsg", groupValue);
        }
    }