GridView.SortedAscendingHeaderStyle Propriedade

Definição

Obtém ou define o estilo CSS para aplicar a um título de coluna GridView quando a coluna é classificada em ordem crescente.Gets or sets the CSS style to apply to a GridView column heading when the column is sorted in ascending order.

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

Valor da propriedade

TableItemStyle

true se um estilo é aplicado ao título GridView quando a coluna é classificada em ordem crescente; caso contrário, false.true if a style is applied to the GridView heading when the column is sorted in ascending order; otherwise, false.

Atributos

Comentários

Quando essa propriedade é definida como true , uma seta que indica que a direção de classificação é exibida no título da coluna.When this property is set to true, an arrow that indicates the sort direction is displayed in the column heading.

Aplica-se a