Gets or sets a value indicating whether the grid should display vertical lines between cells if there are no specified rows.

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

Syntax

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

Property Value

Type: Boolean
true if lines are displayed; otherwise, false.

See Also