Share via


ViewInGridExtensions.Row Method

Definition

Overloads

Row<TView,TRow>(TView, TRow)
Row<TView,TRow>(TView, TRow, TRow)
Row<TView>(TView, Int32)
Row<TView>(TView, Int32, Int32)

Row<TView,TRow>(TView, TRow)

public static TView Row<TView,TRow> (this TView view, TRow row) where TView : Xamarin.Forms.View where TRow : Enum;
static member Row : 'View * 'Row -> 'View (requires 'View :> Xamarin.Forms.View and 'Row :> Enum)

Type Parameters

TView
TRow

Parameters

view
TView
row
TRow

Returns

TView

Applies to

Row<TView,TRow>(TView, TRow, TRow)

public static TView Row<TView,TRow> (this TView view, TRow first, TRow last) where TView : Xamarin.Forms.View where TRow : Enum;
static member Row : 'View * 'Row * 'Row -> 'View (requires 'View :> Xamarin.Forms.View and 'Row :> Enum)

Type Parameters

TView
TRow

Parameters

view
TView
first
TRow
last
TRow

Returns

TView

Applies to

Row<TView>(TView, Int32)

public static TView Row<TView> (this TView view, int row) where TView : Xamarin.Forms.View;
static member Row : 'View * int -> 'View (requires 'View :> Xamarin.Forms.View)

Type Parameters

TView

Parameters

view
TView
row
System.Int32

Returns

TView

Applies to

Row<TView>(TView, Int32, Int32)

public static TView Row<TView> (this TView view, int row, int span) where TView : Xamarin.Forms.View;
static member Row : 'View * int * int -> 'View (requires 'View :> Xamarin.Forms.View)

Type Parameters

TView

Parameters

view
TView
row
System.Int32
span
System.Int32

Returns

TView

Applies to