Class GameSearchFilterSettings
Represents global search game filter.
public class GameSearchFilterSettings : ObservableObject, INotifyPropertyChanged
- Inheritance
-
GameSearchFilterSettings
- Implements
- Inherited Members
Properties
Hidden
Gets or set value indicating whether hidden games should be included.
public bool Hidden { get; set; }
Property Value
Uninstalled
Gets or set value indicating whether uninstalled games should be included.
public bool Uninstalled { get; set; }