Telerik.Web.Mvc.UI.GridCommandColumnSettings.GridCommandColumnSettings C# (CSharp) Method

GridCommandColumnSettings() public method

public GridCommandColumnSettings ( ) : System.Collections.Generic
return System.Collections.Generic
        public GridCommandColumnSettings()
        {
            Commands = new List<GridActionCommandBase>();
        }
GridCommandColumnSettings