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

WindowButtons() public method

public WindowButtons ( ) : System.Collections.Generic
return System.Collections.Generic
        public WindowButtons()
        {
            container = new List<IWindowButton>();
        }
WindowButtons