BindColumn.CommandText

BindColumn.CommandText property

The displaying command text of the column. If set to null, the cell will use the field value as the command text.

public string CommandText { get; set; }

See Also