GridView.SortedDescendingHeaderStyle 属性
定义
public:
property System::Web::UI::WebControls::TableItemStyle ^ SortedDescendingHeaderStyle { System::Web::UI::WebControls::TableItemStyle ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.TableItemStyle SortedDescendingHeaderStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.SortedDescendingHeaderStyle : System.Web.UI.WebControls.TableItemStyle
Public ReadOnly Property SortedDescendingHeaderStyle As TableItemStyle
属性值
如果按降序对列进行排序时向 GridView 标题应用了样式,则为 true;否则为 false。true if a style is applied to the GridView heading when the column is sorted in descending order; otherwise, false.
- 属性
注解
如果此属性设置为 true ,则指示排序方向的箭头显示在列标题中。When this property is set to true, an arrow that indicates the sort direction is displayed in the column heading.