Grid.RowSpanProperty Field

Definition

Bindable property for attached property RowSpan.

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

Field Value

Remarks

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

Applies to