Grid.RowProperty Field

Definition

Bindable property for attached property Row.

public: static initonly Microsoft::Maui::Controls::BindableProperty ^ RowProperty;
public static readonly Microsoft.Maui.Controls.BindableProperty RowProperty;
 staticval mutable RowProperty : Microsoft.Maui.Controls.BindableProperty
Public Shared ReadOnly RowProperty As BindableProperty 

Field Value

Remarks

The interface for this property is defined by the GetRow(BindableObject) and SetRow(BindableObject, Int32) methods.

Applies to