BCGSoft.Controls.Grid Namespace > GridData Class : SingleFilterMode Property |
'Declaration Public Property SingleFilterMode As Boolean
'Usage Dim instance As GridData Dim value As Boolean instance.SingleFilterMode = value value = instance.SingleFilterMode
public bool SingleFilterMode {get; set;}
In Single Filter mode filtering is performed at row level. For any given column (data index) you set GridDataRow.Filtered to true in order to filter out the row.
In Multiple Filter mode you filter out rows at the item level, e.g. you have to set GridDataItem.Filtered to true in order to filter out its row. In this way you can create filters using complicated conditions.
Target Platforms: 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