GridColumn

Represents a grid column.

Represents a grid column.

Properties

Alignment : Justify?

Gets or sets the alignment of the column.

NoWrap : bool

Gets or sets a value indicating whether wrapping of text within the column should be prevented.

Padding : Padding?

Gets or sets the padding of the column. Vertical padding (top and bottom) is ignored.

Width : int?

Gets or sets the width of the column. If null, the column will adapt to its contents.