Gets or sets the width of this Grid..::..GridRowSelector.

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

Syntax

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

Property Value

Type: Int32
The width.

See Also