IColumnProperty.Filterable 属性

定义

获得一个值,表示该列是否可以被过滤。

public:
 property bool Filterable { bool get(); };
public bool Filterable { get; }
member this.Filterable : bool
Public ReadOnly Property Filterable As Boolean

属性值

true如果该列可过滤的话;否则,。 false

适用于