Xamarin.Forms.Grid: Field Members

The fields of Xamarin.Forms.Grid are listed below. For a list of all members, see the Grid Members list.

See Also: Inherited members from Xamarin.Forms.Layout<Xamarin.Forms.View>

Public Fields

static readonly
ColumnDefinitionsPropertyBindableProperty. Implements the Grid.ColumnDefinitions property, and allows the Xamarin.Forms.Grid class to bind it to properties on other objects at run time.
static readonly
ColumnPropertyBindableProperty. Implements the attached property that represents the zero-based column index of a child element. See Remarks.
static readonly
ColumnSpacingPropertyBindableProperty. Implements the Grid.ColumnSpacing property, and allows the Xamarin.Forms.Grid class to bind it to properties on other objects at run time.
static readonly
ColumnSpanPropertyBindableProperty. Implements the attached property that represents the number of columns that a child element spans. See Remarks.
static readonly
RowDefinitionsPropertyBindableProperty. Implements the Grid.RowDefinitions property, and allows the Xamarin.Forms.Grid class to bind it to properties on other objects at run time.
static readonly
RowPropertyBindableProperty. Implements the attached property that represents the zero-based row index of a child element. See Remarks.
static readonly
RowSpacingPropertyBindableProperty. Implements the Grid.RowSpacing property, and allows the Xamarin.Forms.Grid class to bind it to properties on other objects at run time.
static readonly
RowSpanPropertyBindableProperty. Implements the attached property that represents the number of rows that a child element spans, and allows the Xamarin.Forms.Grid class to bind it to properties on other objects at run time.