GridView.SortedAscendingCellStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定以遞增順序排序 GridView 資料行時,資料行的 CSS 樣式。
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
屬性值
如果以遞增順序排序資料行時,有樣式套用至 GridView 控制項,則為 true
,否則為 false
。
- 屬性
備註
當此屬性設定為 true
時,當資料以遞增順序排序時,會將樣式套用至資料行中的資料格。 例如,當排序類型為遞增時,可以使用特定色彩醒目提示資料行。