Share via


Grid.ColumnSpanProperty Field

Definition

Bindable property for attached property ColumnSpan.

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

Field Value

Remarks

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

Applies to