protected virtual void CreateCommandButton(GridViewCommandColumnButtonControl buttonControl)
        {
            if (buttonControl == null)
            {
                return;
            }

            CreateCommandButtonSpacerIfNeeded();

            ControlsContainer.Add(buttonControl);
        }
        protected virtual void CreateCommandButton(GridViewCommandColumnButtonControl buttonControl)
        {
            if (buttonControl == null) return;

            CreateCommandButtonSpacerIfNeeded();
            
            ControlsContainer.Add(buttonControl);
        }
 public static WebControl _Control(this GridViewCommandColumnButtonControl source)
 {
     return(GridViewCommandColumnButtonControlMembersRepository.ControlGetter.Invoke(source));
 }