Gets or sets a value, indicating how the widths of the columns in a grid are stretched.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public ColumnStretchMode StretchMode { get; set; }
Visual Basic
Public Property StretchMode As ColumnStretchMode
	Get
	Set
Visual C++
public:
property ColumnStretchMode StretchMode {
	ColumnStretchMode get ();
	void set (ColumnStretchMode value);
}
F#
member StretchMode : ColumnStretchMode with get, set

Property Value

Type: ColumnStretchMode
The stretch mode.

See Also