GridView::SortedAscendingCellStyle Property
.NET Framework (current version)
Gets or sets the CSS style for a GridView column when the column is sorted in ascending order.
Assembly: System.Web (in System.Web.dll)
public: [PersistenceModeAttribute(PersistenceMode::InnerProperty)] property TableItemStyle^ SortedAscendingCellStyle { TableItemStyle^ get(); }
Property Value
Type: System.Web.UI.WebControls::TableItemStyle^true if a style is applied to the GridView control when the column is sorted in ascending order; otherwise, false.
When this property is set to true, a style is applied to cells in the column when the data is sorted in ascending order. For example, the column can be highlighted with a specific color when the sort type is ascending.
.NET Framework
Available since 4.0
Available since 4.0
Show: