ColumnProvider.IsSortable 属性

定义

在派生类中重写时,获取或设置一个值,该值指示数据模型是否支持按此列排序表。

public:  virtual property bool IsSortable {  public:
bool get(); protected:
 void set(bool value); };
public virtual bool IsSortable { get; protected set; }
member this.IsSortable : bool with get, set
Public Overridable Property IsSortable As Boolean

属性值

Boolean

如果数据模型支持按此列排序表,则为 true;否则为 false

适用于