Telerik.Web.Mvc.UI.GridCommandColumnSettings.GridCommandColumnSettings C# (CSharp) Méthode

GridCommandColumnSettings() public méthode

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