ListPageListView.View Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.