ItemsControl.GroupStyle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グループの各レベルの外観を定義する GroupStyle オブジェクトのコレクションを取得します。
public:
property IObservableVector<GroupStyle ^> ^ GroupStyle { IObservableVector<GroupStyle ^> ^ get(); };
IObservableVector<GroupStyle> GroupStyle();
public IObservableVector<GroupStyle> GroupStyle { get; }
var iObservableVector = itemsControl.groupStyle;
Public ReadOnly Property GroupStyle As IObservableVector(Of GroupStyle)
<itemsControl>
<itemsControl.GroupStyle>
oneOrMoreGroupStyleObjects
</itemsControl.GroupStyle>
</itemsControl>
プロパティ値
グループの各レベルの外観を定義する GroupStyle オブジェクトのコレクション。
注釈
注意
GroupStyle.ContainerStyle および GroupStyle.ContainerStyleSelector は、Windows 8.1では非推奨であり、ItemsControl.GroupStyle では無視されます。