Grid.ColumnProperty Field

Definition

Bindable property for attached property Column.

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

Field Value

Remarks

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

Applies to