GridView::SortedAscendingHeaderStyle Property
.NET Framework (current version)
Gets or sets the CSS style to apply to a GridView column heading when the column is sorted in ascending order.
Assembly: System.Web (in System.Web.dll)
public: [PersistenceModeAttribute(PersistenceMode::InnerProperty)] property TableItemStyle^ SortedAscendingHeaderStyle { TableItemStyle^ get(); }
Property Value
Type: System.Web.UI.WebControls::TableItemStyle^true if a style is applied to the GridView heading when the column is sorted in ascending order; otherwise, false.
When this property is set to true, an arrow that indicates the sort direction is displayed in the column heading.
.NET Framework
Available since 4.0
Available since 4.0
Show: