GridView.SortedDescendingCellStyle Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets or sets the style of a GridView column when the column is sorted in descending order.
Assembly: System.Web (in System.Web.dll)
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> Public ReadOnly Property SortedDescendingCellStyle As TableItemStyle
Property Value
Type: System.Web.UI.WebControls.TableItemStyletrue if a style is applied to the GridView when the column is sorted in descending 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 descending order. For example, the column can be highlighted with a specific color when the sort type is descending.
.NET Framework
Available since 4.0
Available since 4.0
Show: