Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FileOpenPicker.ViewMode Property
Definition
- Namespace:
- Windows.Storage.Pickers
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 mode that the file open picker uses to display items.
public:
property PickerViewMode ViewMode { PickerViewMode get(); void set(PickerViewMode value); };
PickerViewMode ViewMode();
void ViewMode(PickerViewMode value);
public PickerViewMode ViewMode { get; set; }
var pickerViewMode = fileOpenPicker.viewMode;
fileOpenPicker.viewMode = pickerViewMode;
Public Property ViewMode As PickerViewMode
Property Value
The view mode.
Applies to
Feedback
Was this page helpful?
