ListPageListView.View Property

Definition

Gets or sets the view for the ListPageListView control.

public:
 property System::Windows::Forms::View View { System::Windows::Forms::View get(); void set(System::Windows::Forms::View value); };
public System.Windows.Forms.View View { get; set; }
member this.View : System.Windows.Forms.View with get, set
Public Property View As View

Property Value

One of the View values.

Remarks

The set accessor assigns the System.Windows.Forms.View value to the base class. This property uses the new keyword as a modifier to hide the base class implementation.

Applies to