GridComment.Width

GridComment.Width property

Get or set the width of the comment. Default value is 140. The input value should between 20 and 1000. It will be set to 20 if a value less than 20 is inputted. It will be set to 1000 if a value greater than 1000 is inputed.

public int Width { get; set; }

See Also