GridView.SortedAscendingCellStyle Propiedad

Definición

Obtiene o establece el estilo CSS de una GridView columna cuando la columna se ordena en orden ascendente.

public:
 property System::Web::UI::WebControls::TableItemStyle ^ SortedAscendingCellStyle { System::Web::UI::WebControls::TableItemStyle ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.TableItemStyle SortedAscendingCellStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.SortedAscendingCellStyle : System.Web.UI.WebControls.TableItemStyle
Public ReadOnly Property SortedAscendingCellStyle As TableItemStyle

Valor de propiedad

true es si se aplica un estilo al GridView control cuando la columna se ordena en orden ascendente; en caso contrario, falsees .

Atributos

Comentarios

Cuando esta propiedad se establece trueen , se aplica un estilo a las celdas de la columna cuando los datos se ordenan en orden ascendente. Por ejemplo, la columna se puede resaltar con un color específico cuando el tipo de ordenación es ascendente.

Se aplica a