Intersoft WebGrid Documentation
ShowFilterStatus Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : ShowFilterStatus Property






Specifies whether current filter status should be displayed in Grid's status bar.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies whether current filter status should be displayed in Grid's status bar.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property ShowFilterStatus As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.ShowFilterStatus = value
 
value = instance.ShowFilterStatus
C# 
[DescriptionAttribute("Specifies whether current filter status should be displayed in Grid's status bar.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool ShowFilterStatus {get; set;}
Delphi 
public read-write property ShowFilterStatus: Boolean; 
JScript 
DescriptionAttribute("Specifies whether current filter status should be displayed in Grid's status bar.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set ShowFilterStatus : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Specifies whether current filter status should be displayed in Grid's status bar.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property bool get_ShowFilterStatus();
public: __property void set_ShowFilterStatus( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Specifies whether current filter status should be displayed in Grid's status bar.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property bool ShowFilterStatus {
   bool get();
   void set (    bool value);
}

Remarks

This property is a filter status indicator when user performs filtering. When this feature is enabled, it will automatically reflect the user's interaction in Filtering area. For instance, when you perform filtering from either context menu or filter bar, the filter indicator will be marked as active. Likewise, when all filters are removed, the indicator will be marked as disabled (inactive).

Filter Status Indicator is a new user interface element which appear in the status bar. The filter indicator is useful to represent the current state of data when filter bar is not visible. This feature works best with the AutoFilterSuggestion feature.

The benefits of this feature are:

  • Quickly determines the current filter state of data. 
  • Easily toggle the filter state by clicking on the filter indicator.
  • Visually enable filtering without the need to display filter bar.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.