PropertyGridPropertyItemデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
PropertyGridPropertyItem コンストラクタ | コンストラクター |
名前 | 解説 | |
---|---|---|
CanAddEntryToListProperty | CanAddEntryToList 依存プロパティを識別します。 | |
CanCreateExpandableObjectInstanceProperty | CanCreateExpandableObjectInstance 依存プロパティを識別します。 | |
CanRemoveEntriesFromListProperty | CanRemoveEntriesFromList 依存プロパティを識別します。 | |
CanResetValueProperty | CanResetValue 依存プロパティを識別します。 | |
EditorValueProperty | EditorValue 依存プロパティを識別します。 | |
ExpandableObjectValueDescriptionProperty | ExpandableObjectValueDescription 依存プロパティを識別します。 | |
IsBoundDependencyPropertyProperty | IsBoundDependencyProperty 依存プロパティを識別します。 | |
IsExpandableWithCustomEditorProperty | IsExpandableWithCustomEditor 依存プロパティを識別します。 | |
IsRemoveableFromListProperty | IsRemoveableFromList 依存プロパティを識別します。 | |
IsValueResetSupportedProperty | IsValueResetSupported 依存プロパティを識別します。 | |
ListValueDescriptionProperty | ListValueDescription 依存プロパティを識別します。 | |
PropertyNameProperty | 読み取り専用 PropertyName 依存プロパティを識別します。 | |
ValueProperty | Value 依存プロパティを識別します。 |
名前 | 解説 | |
---|---|---|
AllowExpansionWhenUsingCustomEditor | カスタム エディター (PropertyGridEditorDefinition によって設定) が定義される展開可能な PropertyGridPropertyItem が展開可能になるかどうかを返すか、設定します。デフォルトは Falseです。 | |
CanAddEntryToList | エントリが作成し、関連付けられたリストに追加可能な場合、リスト タイプ プロパティのために True を返します。(読み取り専用) | |
CanCreateExpandableObjectInstance | プロパティ値が null で、プロパティ タイプがパラメーターなしのコンストラクターを持つ場合、展開可能なプロパティのために True を返します。(読み取り専用) | |
CanRemoveEntriesFromList | エントリが関連付けられたリストから削除可能な場合、リスト タイプ プロパティのために True を返します。(読み取り専用) | |
CanResetValue | プロパティ値がリセット可能な (現在値はデフォルト値ではない) 場合、True を返します。(読み取り専用) | |
CategoryName | この PropertyGridPropertyItem に関連付けられたカテゴリ名を返します。 | |
Children | この項目内に含まれる子 PropertyGridPropertyItem の列挙子を返します。(読み取り専用) Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。 | |
Description | 説明領域でこの項目に表示される説明を返すか、設定します。 Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。 | |
DisplayName | この項目をコントロールに表示するときに名前を返すか、設定します。 Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
EditorValue | この PropertyGridPropertyItem に関連付けられたカスタム エディターにより管理される 'value' を返すか、設定します。 | |
Error | このオブジェクトの問題点を示すエラー メッセージを返します。 | |
ExpandableObjectValueDescription | 値が展開可能なオブジェクトのインスタンスの場合、展開可能なプロパティの値に表示される説明を返します。(読み取り専用) | |
HasChildren | この項目が子 PropertyGridPropertyItem を含む場合、True。そうでない場合は False。 Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
HideFromDisplay | 項目 (および子項目がある場合はそのすべて) を UI で非表示にするかどうかを取得または設定します。 注: このプロパティは、他の条件に基づいて非表示にされた項目 (フィルターされた項目など) に影響しません。 Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
IsBoundDependencyProperty | プロパティが DependencyProperty で、ValueSource が BindingExpression で、XamPropertyGrid.PreventEditingOfBoundProperties が true に設定されている場合に true を返します。(読み取り専用) | |
IsExpandable | 現在の項目が展開/縮小できる場合 True を返します。そうでない場合は False。(読み取り専用) Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
IsExpandableResolved | この PropertyGridItem は PropertyGridCategoryItem の場合、このプロパティは IsExpandable プロパティと同じ値を返します。(読み取り専用) この PropertyGridItem は PropertyGridPropertyItem で IsExpandable は True の場合に、現在のプロパティ値が null 以外の場合は、このプロパティは True を返します。それ以外の場合は False を返します。(読み取り専用) Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
IsExpandableWithCustomEditor | 基本型が XamPropertyGrid.EditorDefinitions に定義される関連の PropertyGridEditorDefinition がある展開可能なプロパティのために true を返します。(読み取り専用) | |
IsExpanded | 項目が展開されるかどうかを返すか、設定します。 Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
IsFilteredOut | 項目が現在の表示でフィルターされている場合 True を返します。そうでない場合は False。(読み取り専用) Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
IsMergable | 複数のオブジェクトが XamPropertyGrid で選択された場合、このプロパティが同様なプロパティと結合可能かどうかを返すか、設定します。 | |
IsReadOnly | このプロパティの読み取り専用状態を返します。 | |
IsRemoveableFromList | 親リストが変更可能な場合、親リストのエントリを表す擬似プロパティのために True を返します。(読み取り専用) | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。 | |
IsSelected | 項目が選択されるかどうかを返すか、設定します。 Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
IsValueResetSupported | このプロパティの値がリセット可能な場合に True を返します。(読み取り専用) | |
Item | 指定した名前を持つプロパティのエラー メッセージ、またはプロパティに関連付けられるエラーがない場合は null を返します。 | |
ListValueDescription | プロパティがリスト タイプ プロパティの場合、リスト値の説明を返します。(読み取り専用) | |
NestingLevel | 項目のネスト レベルを返します。XamPropertyGrid.IsCategorized が true で、PropertyGridPropertyItem のネスト レベルが 1 以上の場合、PropertyGridCategoryItem は常にレベル 0 です。 そうでない場合 0 以上。(読み取り専用) Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
PropertyDescriptor | このプロパティの読み取り専用 PropertyDescriptor を識別します。 | |
PropertyGrid | この項目に関連する XamPropertyGrid を返します。(読み取り専用) Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
PropertyName | この PropertyGridPropertyItem に関連付けられたプロパティ名を返すか、設定します。 | |
PropertyType | この PropertyGridPropertyItem の Type を返します。 | |
SortOrder | オーバーライドされます。 このプロパティの並べ替え順序を返します。(読み取り専用) | |
SourceObject | 読み取り専用 SourceObject プロパティを識別します。 | |
Value | この PropertyGridPropertyItem に関連付けられたプロパティの値を返すか、設定します。 |
名前 | 解説 | |
---|---|---|
IsHidden | 項目を非表示にする必要がある場合は true を返します。 Infragistics.Controls.Editors.PropertyGridItemから継承されます。 |
名前 | 解説 | |
---|---|---|
ClearValue | オーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。 | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
Deselect | 選択されている場合、項目の選択を解除します。 Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
Dispose | オーバーライドされます。 インスタンスが破棄されるときに呼び出されます。 | |
Equals | System.Windows.DependencyObjectから継承されます。 | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
InvalidateProperty | System.Windows.DependencyObjectから継承されます。 | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。 | |
ReloadStandardValues | 'StandardValues' をサポートするプロパティ (つまり、 GetStandardValuesSupported で True を返す TypeConverter を持つプロパティ) の場合、プロパティの TypeConverter により提供される 'StandardValues' リストの再読み込みを実行します。 | |
RequeryEditorDefinition | PropertyGridPropertyItem が割り当てた PropertyGridEditorDefinition を確認し、PropertyGridEditorDefinition.TemplateSelector、PropertyGridEditorDefinition.EditTemplate、および ReadOnlyTemplate プロパティを再評価します。必要に応じてプロパティ値を表示し、編集のために使用される DataTemplate を更新します。 | |
Select | 選択されていない場合、この項目は XamPropertyGrid.SelectedItem になります。 Infragistics.Controls.Editors.PropertyGridItemから継承されます。 | |
SetCurrentValue | System.Windows.DependencyObjectから継承されます。 | |
SetValue | オーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。 | |
ToString | オブジェクトの文字列表現を返します Infragistics.Controls.Editors.PropertyGridItemから継承されます。 |
名前 | 解説 | |
---|---|---|
GetCanResetValue | このプロパティで値リセットがサポートされ、プロパティがデフォルト値に設定されていない場合、True を返します。 | |
GetIsValueResetSupported | このプロパティで値のリセットがサポートされている場合、True を返します。 | |
OnChildPropertyValueChanged | 子 PropertyGridPropertyItem によって表されるプロパティの値が変更された時に呼び出されます。 | |
OnIsExpandedChanged | オーバーライドされます。 項目の展開状態が変更されているときに呼び出されます。 | |
OnPropertyChanged | Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. System.Windows.DependencyObjectから継承されます。 | |
ResetValue | プロパティを既定値にリセットします。 | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。 |