ViewCell.View Property

Definition

Gets or sets the View representing the content of the ViewCell.

public:
 property Microsoft::Maui::Controls::View ^ View { Microsoft::Maui::Controls::View ^ get(); void set(Microsoft::Maui::Controls::View ^ value); };
public Microsoft.Maui.Controls.View View { get; set; }
member this.View : Microsoft.Maui.Controls.View with get, set
Public Property View As View

Property Value

Applies to