FlexPivot for WinForms
AllowFiltering プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : AllowFiltering プロパティ
Gets or sets whether the user is allowed to filter the data.
シンタックス
'宣言
 
Public Property AllowFiltering As System.Boolean
public System.bool AllowFiltering {get; set;}
解説

When this property is set to true, the grid displays filter icons on the column headers. Users may click the icons to define filters to be applied to the data.

When a filter is applied, the grid hides rows that don't match the filter by setting their RowCol.Visible property to false. The filter is not applied to the data source.

You may specify the type of filter to use for each individual column by setting the columns Column.AllowFiltering property.

You may also create custom filters by creating classes the implement the IC1ColumnFilter interface and assigning instances of that class to the column's Column.Filter property.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ