A flag that allows the dashboard filters panel to be hidden. This is useful if you want to limit the selected values for the filters to the initial selection specified in RevealSettings. Once the RevealView object is created and rendered you can use
RevealView.SetFilterSelectedValues to change the selection for a given filter, so you can keep the selected values synced with your app.
'Declaration
Public Property ShowFilters As Boolean
public bool ShowFilters {get; set;}
Property Value
A flag that allows the dashboard filters panel to be hidden, it defaults to
true
.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2