Share via


FilterableListView.View Property

 

Gets or sets how items are displayed in the control.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public View View { get; set; }
public:
property View View {
    View get();
    void set(View value);
}
Public Property View As View

Property Value

Type: System.Windows.Forms.View

One of the View values. The default is LargeIcon.

See Also

FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top