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
設定されている場合、データが昇順で並べ替えられると、列のセルにスタイルが適用されます。 たとえば、並べ替えの種類が昇順の場合、列を特定の色で強調表示できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET