バージョン

ShouldAllowParentGroupChange メソッド

指定した項目の親グループの変更は可能かどうかを示す値を取得します。
シンタックス
'宣言
 
Protected Overridable Function ShouldAllowParentGroupChange( _
   ByVal item As Infragistics.Win.Layout.ILayoutChildItem _
) As Boolean
protected virtual bool ShouldAllowParentGroupChange( 
   Infragistics.Win.Layout.ILayoutChildItem item
)

パラメータ

item
テストされる項目。

戻り値の型

指定した項目の親グループは変更ができる場合は、True。それ以外 False。
参照