ColumnProvider.IsSortable 属性
定义
在派生类中重写时,获取或设置一个值,该值指示数据模型是否支持按此列排序表。When overridden in a derived class, gets or sets a value that indicates whether the data model supports sorting the table by this column.
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
属性值
如果数据模型支持按此列排序表,则为 true;否则为 false。true if the data model supports sorting the table by this column; otherwise, false.