Gets or sets the number of leading blank cells in the first row of the grid.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public int FirstColumn { get; set; }
Visual Basic
Public Property FirstColumn As Integer
	Get
	Set
XAML Attribute Usage
<object FirstColumn="int" .../>

Remarks

The default value is 0. The value of the FirstColumn must be less than the value of the Columns property to work correctly.

See Also