Exemplo n.º 1
0
		public GridCommandColumn()
		{
			_enabled = true;
			_commandType = Controls.GridCommandType.Details;

			this.Attributes.Add("class", "grid-command");
		}
Exemplo n.º 2
0
        public GridCommandColumn()
        {
            _enabled     = true;
            _commandType = Controls.GridCommandType.Details;

            this.Attributes.Add("class", "grid-command");
        }