Represents a property grid control.
- Inheritance:
-
object
Visual
UIElement
Framework
Element Control ItemsControl TreeList TreeBox List objectView
- Implements:
-
IProperty
Editors Provider
Constructors
PropertyGrid()
Initializes an instance of the Property
Properties
AreAttachedPropertiesBrowsable
Gets or sets whether attached properties are browsable and are displayed in the property grid.
Property Value
- bool:
true
if attached properties are browsable and are displayed in the property grid; otherwisefalse
. The default value isfalse
.
AreCategoriesAutoExpanded
Gets or sets whether categories are auto-expanded when they are added into the property grid.
Property Value
- bool:
true
if categories are auto-expanded when they are added into the property grid; otherwisefalse
. The default value istrue
.
AreClipboardMenuItemsEnabled
Gets or sets whether the default item context menu should include menu items for clipboard operations such as copying a property value.
Property Value
- bool:
true
if the default item context menu should include menu items for clipboard operations such as copying a property value; otherwisefalse
. The default value istrue
.
AreInheritedPropertiesBrowsable
Gets or sets whether inherited properties are browsable and are displayed in the property grid.
Property Value
- bool:
true
if inherited properties are browsable and are displayed in the property grid; otherwisefalse
. The default value istrue
.
AreNestedCategoriesSupported
Gets or sets whether nested categories are supported, using a special syntax in the category name.
Property Value
- bool:
true
if nested categories are supported; otherwisefalse
. The default value isfalse
.
Remarks
To specify a nested category, the category names should be separated by a ''. Individual category names can be wrapped with single or double quotes, as needed.
ArePropertiesAutoExpanded
Gets or sets whether expandable properties are auto-expanded when they are added into the property grid.
Property Value
- bool:
true
if expandable properties are auto-expanded when they are added into the property grid; otherwisefalse
. The default value isfalse
.
AreReadOnlyPropertiesBrowsable
Gets or sets whether read-only properties are browsable and are displayed in the property grid.
Property Value
- bool:
true
if read-only properties are browsable and are displayed in the property grid; otherwisefalse
. The default value istrue
.
BrowsableAttributes
Gets or sets a list of Attribute objects that are used to determine which properties are browsable.
Property Value
- IEnumerable<Attribute>:
The list of Attribute objects that are used to determine which properties are browsable. The default value is a list with a single entry of
BrowsableAttribute.Yes
.
CanClearDataObjectOnUnload
Gets or sets whether the Data
Property Value
- bool:
true
if the DataObject property is cleared when the property grid is unloaded; otherwise,false
. The default value isfalse
.
Remarks
Clearing the DataCanClearDataObjectOnUnload
property can be set to true
to automatically do this when the control is unloaded.
The CanClearDataObjectOnUnload
property should not be set to true
if a property grid or its ancestor hierarchy can get temporarily unloaded.
For instance, when a property grid is in a tab control, the property grid is unloaded when the parent tab is deselected.
Likewise, when a property grid is a docking window, the property grid is temporarily unloaded during dock operations as layout changes occur.
In these sorts of scenarios, it is better to manually clear the Data
CanSummaryAutoSize
Gets or sets whether the user can double-tap the summary splitter to auto-size to the summary area content.
Property Value
- bool:
true
if the user can double-tap the summary splitter to auto-size to the summary area content; otherwise,false
. The default value isfalse
.
CancelPropertyValueEditHandlers
Gets a mapping between control types and associated delegates to be performed when an Escape
key down event is received by a Property
Property Value
- Property
Grid :Item Action Handler Dictionary A mapping between control types and associated delegates.
Remarks
When a KeyDown
event is raised on a PropertyPropertyGrid
will
use the control with focus to find an associated delegate in the CancelPropertyValueEditHandlers
dictionary.
If a matching entry is found, it will be executed. Exact type matches will be used first, then each base type will be queried.
CategoryEditors
Gets the category editors that can consume and display one or more properties.
Property Value
- Category
Editor :Collection The category editors that can consume and display one or more properties.
CollectionPropertyDisplayMode
Gets or sets a Collection
Property Value
- Collection
Property :Display Mode A Collection
Property that indicates the display mode of collection properties. The default value isDisplay Mode CollectionPropertyDisplayMode.Default
.
CommitPropertyValueEditHandlers
Gets a mapping between control types and associated delegates to be performed when an Enter
key down event is received by a Property
Property Value
- Property
Grid :Item Action Handler Dictionary A mapping between control types and associated delegates.
Remarks
When a KeyDown
event is raised on a PropertyPropertyGrid
will
use the control with focus to find an associated delegate in the CommitPropertyValueEditHandlers
dictionary.
If a matching entry is found, it will be executed. Exact type matches will be used first, then each base type will be queried.
CopyDisplayNameCommand
Gets the ICommand used to call the Copy
Property Value
- ICommand:
The ICommand used to call the Copy
Display method.Name(IData Model)
CopyPropertyValueCommand
Gets the ICommand used to call the Copy
Property Value
- ICommand:
The ICommand used to call the Copy
Property method.Value(IProperty Model)
DataFactory
Gets or sets the IData
Property Value
- IData
Factory : The IData
Factory used to return the data models for objects.
DataObject
Gets or sets the data object for which the control displays properties.
Property Value
- object:
The data object for which the control displays properties.
Remarks
The Datanull
is returned.
Setting this Data
DataObjects
Gets or sets the data objects for which the control displays properties.
Property Value
- IEnumerable:
The data objects for which the control displays properties.
Remarks
Set this property if multiple data objects should be browsed at the same time.
The property grid only displays the properties that are common to all the data objects.
Setting this Data
DefaultBooleanValueTemplate
Gets or sets a DataBoolean
value with a two-state CheckBox
.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
DefaultBrushValueTemplate
Gets or sets a DataBrush
value with a swatch that renders the value, and a TextBox
for editing the value.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
DefaultCategoryEditorItemContainerStyle
Gets or sets a default PropertyStyle
used for category editor models.
Property Value
- Style:
A default Property
Grid containerItem Style
used for category editor models.
DefaultCategoryItemContainerStyle
Gets or sets a default PropertyStyle
used for category models.
Property Value
- Style:
A default Property
Grid containerItem Style
used for category models.
DefaultColorValueTemplate
Gets or sets a DataColor
value with a swatch that renders the value, and a TextBox
for editing the value.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
DefaultExtendedStringValueTemplate
Gets or sets a DataString
value (or Object
value via ValueAsString
) with a TextBox
and ...
(ellipses) button.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
DefaultFontFamilyValueTemplate
Gets or sets a DataFontFamily
value with a ComboBox
that contains system font families.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
DefaultFontStretchValueTemplate
Gets or sets a DataFontStretch
value with a ComboBox
that contains font stretch options.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
DefaultFontStyleValueTemplate
Gets or sets a DataFontStyle
value with a ComboBox
that contains font style options.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
DefaultFontWeightValueTemplate
Gets or sets a DataFontWeight
value with a ComboBox
that contains font weight options.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
DefaultLimitedObjectValueTemplate
Gets or sets a DataObject
value with a non-editable ComboBox
(drop-down only) that contains suggested options.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
DefaultLimitedStringValueTemplate
Gets or sets a DataString
value (or Object
value via ValueAsString
) with a non-editable ComboBox
(drop-down only) that contains suggested options.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
DefaultNullableBooleanValueTemplate
Gets or sets a DataBoolean
with a three-state CheckBox
.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
DefaultPropertyEditors
Gets the collection of property editors that are used by default in all Property
Property Value
- Property
Editor :Collection The collection of property editors that are used by default in all Property
Grid instances.
See Also
DefaultPropertyItemContainerStyle
Gets or sets a default PropertyStyle
used for property models.
Property Value
- Style:
A default Property
Grid containerItem Style
used for property models.
DefaultStringNameTemplate
Gets or sets a DataTextBlock
that can be used for name column cells.
Property Value
- Data
Template : A Data
Template that can be used for name column cells.
DefaultStringValueTemplate
Gets or sets a DataString
value (or Object
value via ValueAsString
) with a TextBox
.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
DefaultSuggestedStringValueTemplate
Gets or sets a DataString
value (or Object
value via ValueAsString
) with an editable ComboBox
that contains suggested options.
Property Value
- Data
Template : A Data
Template that can be used for value column cells.
ImmediateStringValueTemplate
Gets or sets a Data
Property Value
- Data
Template : A Data
Template that is the same as DefaultString , but the edited string value is immediately updated as text is typed instead of only on focus loss.Value Template
IsCategorized
Gets or sets whether properties are categorized.
Property Value
- bool:
true
if properties are categorized; otherwise,false
. The default value istrue
.
IsDefaultItemContextMenuEnabled
Gets or sets whether the default context menu is enabled for property grid items.
Property Value
- bool:
true
if the default context menu is enabled for property grid items; otherwisefalse
. The default value istrue
.
IsReadOnly
Gets or sets whether the value editors are read-only.
Property Value
- bool:
true
if value editors are read-only; otherwise,false
. The default value isfalse
.
IsSummaryResizable
Gets or sets whether the summary area is resizable.
Property Value
- bool:
true
if the summary is resizable; otherwise,false
. The default value istrue
.
IsSummaryToggleAllowed
Gets or sets whether the summary area's visibility is allowed to be toggled.
Property Value
- bool:
true
if the summary area's visibility is allowed to be toggled; otherwise,false
. The default value istrue
.
IsSummaryVisible
Gets or sets whether the summary area is visible.
Property Value
- bool:
true
if the summary area is visible; otherwise,false
. The default value istrue
.
LogicalChildren
Gets an enumerator for logical child elements of this element.
Property Value
- IEnumerator:
An enumerator for logical child elements of this element.
MiscCategoryName
Gets or sets the name used for the miscellaneous category.
Property Value
- string:
The name used for the miscellaneous category. The default value is the localized "Misc" text.
NameColumnIndex
Gets the index of the name column.
Property Value
- int:
The index of the name column.
NameColumnMaxWidth
Gets or sets the maximum width of the name column, which comes into play as the property grid or its columns are resized.
Property Value
- double:
The maximum width of the name column.
NameContainerStyle
Gets or sets the Style to use for the name column cells.
NameTemplate
Gets or sets the Data
Property Value
- Data
Template : The Data
Template to use for the name column cells.
NameTemplateSelector
Gets or sets the Data
Property Value
- Data
Template :Selector The Data
Template to use for the name column cells.Selector
PastePropertyValueCommand
Gets the ICommand used to call the Paste
Property Value
- ICommand:
The ICommand used to call the Paste
Property method.Value(IProperty Model)
Properties
Gets the explicitly-defined properties that should be displayed.
Property Value
- Property
Model :Collection The explicitly-defined properties that should be displayed.
Remarks
These properties will be merged with the properties generated from the Data
PropertyEditors
Gets the Property
Property Value
- Property
Editor :Collection The Property
Editor that contains property editor definitions specifically for this property grid instance.Collection
Remarks
The Default
See Also
PropertyEditorsModifierKey
Gets the resource key that is loaded by the Property
Property Value
- object:
A resource key whose value is the string "PropertyGridPropertyEditorsModifierKey".
PropertyExpandability
Gets or sets a Property
Property Value
- Property
Expandability : A Property
Expandability that indicates the expandability of properties. The default value isPropertyExpandability.Default
.
SortComparer
Gets or sets the Data
Property Value
- Data
Model :Sort Comparer The Data
Model to use for sorting data models. The default value is a DataSort Comparer Model instance.Sort Comparer
StartPropertyValueEditHandlers
Gets a mapping between control types and associated delegates to be performed when a Tab
or typing key down event is received by a Property
Property Value
- Property
Grid :Item Action Handler Dictionary A mapping between control types and associated delegates.
Remarks
When a KeyDown
event is raised on a PropertyPropertyGrid
will
use the control that should gain focus to find an associated delegate in the StartPropertyValueEditHandlers
dictionary.
If a matching entry is found, it will be executed. Exact type matches will be used first, then each base type will be queried.
SummaryHeight
Gets or sets the height of the summary area.
Property Value
- double:
The height of the summary area. The default value is
78
.
SummaryTemplate
Gets or sets a Data
Property Value
- Data
Template : The Data
Template used to display the selected item in the summary area. The default value isnull
.
SummaryTemplateSelector
Gets or sets a Data
Property Value
- Data
Template :Selector The Data
Template used to select a DataSelector Template , which is used to display the selected item in the summary area. The default value isnull
.
ToggleSummaryVisibilityCommand
Gets the ICommand used to toggle the Is
Property Value
- ICommand:
The ICommand used to toggle the Is
Summary property.Visible
ValueColumnIndex
Gets the index of the value column.
Property Value
- int:
The index of the value column.
ValueContainerStyle
Gets or sets the Style to use for the value column cells.
ValueTemplate
Gets or sets the Data
Property Value
- Data
Template : The Data
Template to use for the value column cells.
ValueTemplateSelector
Gets or sets the Data
Property Value
- Data
Template :Selector The Data
Template to use for the value column cells.Selector
Methods
CopyDisplayName(IDataModel)
Copies the display name of the specified IData
Parameter | Type | Description |
---|---|---|
model | IData |
The IData |
CopyPropertyValue(IPropertyModel)
Copies the value of the specified IProperty
Parameter | Type | Description |
---|---|---|
model | IProperty |
The IProperty |
GetContainerForItemOverride()
Creates or identifies the element used to display the specified item.
Returns
- DependencyObject:
The element that is used to display the given item.
IsItemItsOwnContainerOverride(object)
Determines if the specified item is (or is eligible to be) its own item container.
Parameter | Type | Description |
---|---|---|
item | object | Specified item. |
Returns
- bool:
true
if the item is its own item container; otherwise,false
.
OnApplyTemplate()
Invoked whenever application code or internal processes call ApplyTemplate
.
OnChildPropertyAdded(PropertyModelChildChangeEventArgs)
Occurs after a IProperty
Parameter | Type | Description |
---|---|---|
e | Property |
The |
Remarks
This method has no default implementation. Because an intermediate class in the inheritance might implement this method, we recommend that you call the base implementation in your implementation.
OnChildPropertyAdding(PropertyModelChildChangeEventArgs)
Occurs before a IProperty
Parameter | Type | Description |
---|---|---|
e | Property |
The |
Remarks
This method has no default implementation. Because an intermediate class in the inheritance might implement this method, we recommend that you call the base implementation in your implementation.
OnChildPropertyRemoved(PropertyModelChildChangeEventArgs)
Occurs after a IProperty
Parameter | Type | Description |
---|---|---|
e | Property |
The |
Remarks
This method has no default implementation. Because an intermediate class in the inheritance might implement this method, we recommend that you call the base implementation in your implementation.
OnChildPropertyRemoving(PropertyModelChildChangeEventArgs)
Occurs before a IProperty
Parameter | Type | Description |
---|---|---|
e | Property |
The |
Remarks
This method has no default implementation. Because an intermediate class in the inheritance might implement this method, we recommend that you call the base implementation in your implementation.
OnCreateAutomationPeer()
Returns an Automation
Returns
- Automation
Peer : An Automation
Peer instance.
OnItemMenuRequested(TreeListBoxItemMenuEventArgs)
Occurs when an item requests a context menu.
Parameter | Type | Description |
---|---|---|
e | Tree |
The |
Remarks
This method has no default implementation. Because an intermediate class in the inheritance might implement this method, we recommend that you call the base implementation in your implementation.
OnKeyDown(KeyEventArgs)
Occurs when a key is pressed.
Parameter | Type | Description |
---|---|---|
e | Key |
The Key |
OnPropertyValueChanged(PropertyModelValueChangeEventArgs)
Occurs after the value is set for an IProperty
Parameter | Type | Description |
---|---|---|
e | Property |
The |
Remarks
This method has no default implementation. Because an intermediate class in the inheritance might implement this method, we recommend that you call the base implementation in your implementation.
OnPropertyValueChanging(PropertyModelValueChangeEventArgs)
Occurs before the value is set for an IProperty
Parameter | Type | Description |
---|---|---|
e | Property |
The |
Remarks
This method has no default implementation. Because an intermediate class in the inheritance might implement this method, we recommend that you call the base implementation in your implementation.
PastePropertyValue(IPropertyModel)
Pastes a value to the specified IProperty
Parameter | Type | Description |
---|---|---|
model | IProperty |
The IProperty |
RequestRefresh()
Requests a ActiproSoftware.Windows.Controls.Grids.PropertyGrid.Refresh using a dispatched action that only executes the latest request.
TryCommitPropertyValueEdit()
Tries to commit a pending property value edit, generally in response to an Enter
key press.
Returns
- bool:
true
if the commit was handled; otherwise,false
.
Events
ChildPropertyAdded
Occurs after a IProperty
Event Type
ChildPropertyAdding
Occurs before a IProperty
Event Type
ChildPropertyRemoved
Occurs after a IProperty
Event Type
ChildPropertyRemoving
Occurs before a IProperty
Event Type
PropertyValueChanged
Occurs after the value is set for an IProperty
Event Type
PropertyValueChanging
Occurs before the value is set for an IProperty
Event Type
Fields
AreAttachedPropertiesBrowsableProperty
Identifies the Are
AreCategoriesAutoExpandedProperty
Identifies the Are
AreClipboardMenuItemsEnabledProperty
Identifies the Are
AreInheritedPropertiesBrowsableProperty
Identifies the Are
AreNestedCategoriesSupportedProperty
Identifies the Are
ArePropertiesAutoExpandedProperty
Identifies the Are
AreReadOnlyPropertiesBrowsableProperty
Identifies the Are
BrowsableAttributesProperty
Identifies the Browsable
CanClearDataObjectOnUnloadProperty
Identifies the Can
CanSummaryAutoSizeProperty
Identifies the Can
ChildPropertyAddedEvent
Identifies the Child
ChildPropertyAddingEvent
Identifies the Child
ChildPropertyRemovedEvent
Identifies the Child
ChildPropertyRemovingEvent
Identifies the Child
CollectionPropertyDisplayModeProperty
Identifies the Collection
DataFactoryProperty
Identifies the Data
DataObjectProperty
Identifies the Data
DataObjectsProperty
Identifies the Data
DefaultBooleanValueTemplateProperty
Identifies the Default
DefaultBrushValueTemplateProperty
Identifies the Default
DefaultCategoryEditorItemContainerStyleProperty
Identifies the Default
DefaultCategoryItemContainerStyleProperty
Identifies the Default
DefaultColorValueTemplateProperty
Identifies the Default
DefaultExtendedStringValueTemplateProperty
Identifies the Default
DefaultFontFamilyValueTemplateProperty
Identifies the Default
DefaultFontStretchValueTemplateProperty
Identifies the Default
DefaultFontStyleValueTemplateProperty
Identifies the Default
DefaultFontWeightValueTemplateProperty
Identifies the Default
DefaultLimitedObjectValueTemplateProperty
Identifies the Default
DefaultLimitedStringValueTemplateProperty
Identifies the Default
DefaultNullableBooleanValueTemplateProperty
Identifies the Default
DefaultPropertyItemContainerStyleProperty
Identifies the Default
DefaultStringNameTemplateProperty
Identifies the Default
DefaultStringValueTemplateProperty
Identifies the Default
DefaultSuggestedStringValueTemplateProperty
Identifies the Default
ImmediateStringValueTemplateProperty
Identifies the Immediate
IsCategorizedProperty
Identifies the Is
IsDefaultItemContextMenuEnabledProperty
Identifies the Is
IsReadOnlyProperty
Identifies the Is
IsSummaryResizableProperty
Identifies the Is
IsSummaryToggleAllowedProperty
Identifies the Is
IsSummaryVisibleProperty
Identifies the Is
MiscCategoryNameProperty
Identifies the Misc
NameColumnMaxWidthProperty
Identifies the Name
NameContainerStyleProperty
Identifies the Name
NameTemplateProperty
Identifies the Name
NameTemplateSelectorProperty
Identifies the Name
PropertyExpandabilityProperty
Identifies the Property
PropertyValueChangedEvent
Identifies the Property
PropertyValueChangingEvent
Identifies the Property
SortComparerProperty
Identifies the Sort
SummaryHeightProperty
Identifies the Summary
SummaryTemplateProperty
Identifies the Summary
SummaryTemplateSelectorProperty
Identifies the Summary
ValueContainerStyleProperty
Identifies the Value
ValueTemplateProperty
Identifies the Value
ValueTemplateSelectorProperty
Identifies the Value
Inherited Members
-
Tree
List View. Are Column Headers Visible Property -
Tree
List View. Can Columns Reorder Property -
Tree
List View. Can Columns Resize Property -
Tree
List View. Can Columns Toggle Visibility Property -
Tree
List View. Column Header Height Property -
Tree
List View. Column Header Visibility Property -
Tree
List View. Expansion Column Index Property -
Tree
List View. Frozen Column Count Property -
Tree
List View. Frozen Columns Width Property -
Tree
List View. Column Header Menu Requested Event -
Tree
List View. Column Header Tapped Event -
Tree
List View. Column Is Visible Changed Event -
Tree
List View. Column Reordered Event -
Tree
List View. Columns Resized Event -
Tree
List View. Is Default Column Header Context Menu Enabled Property -
Tree
List View. Arrange Override(Size) -
Tree
List View. Clear Container For Item Override(Dependency Object, object) -
Tree
List View. Get Column Header Visibility(Scroll Viewer) -
Tree
List View. Set Column Header Visibility(Scroll Viewer, Visibility) -
Tree
List View. Get Frozen Columns Width(Scroll Viewer) -
Tree
List View. Set Frozen Columns Width(Scroll Viewer, double) -
Tree
List View. Measure Override(Size) -
Tree
List View. On Scroll Viewer Scroll Changed(Scroll Changed Event Args) -
Tree
List View. Prepare Container For Item Override(Dependency Object, object) -
Tree
List View. Size All Columns To Fit() -
Tree
List View. On Column Header Menu Requested(Tree List View Column Menu Event Args) -
Tree
List View. On Column Header Tapped(Tree List View Column Event Args) -
Tree
List View. On Column Is Visible Changed(Tree List View Column Event Args) -
Tree
List View. On Column Reordered(Tree List View Column Event Args) -
Tree
List View. On Columns Resized(Routed Event Args) -
Tree
List View. Are Column Headers Visible -
Tree
List View. Can Columns Reorder -
Tree
List View. Can Columns Resize -
Tree
List View. Can Columns Toggle Visibility -
Tree
List View. Column Header Height -
Tree
List View. Columns -
Tree
List View. Expansion Column Index -
Tree
List View. Frozen Column Count -
Tree
List View. Is Keyboard Focus Within Content -
Tree
List View. Size All Columns To Fit Command -
Tree
List View. Is Default Column Header Context Menu Enabled -
Tree
List View. Column Header Menu Requested -
Tree
List View. Column Header Tapped -
Tree
List View. Column Is Visible Changed -
Tree
List View. Column Reordered -
Tree
List View. Columns Resized -
Tree
List Box. Auto Expand Items On Filter Property -
Tree
List Box. Can Drag Items Property -
Tree
List Box. Data Filter Property -
Tree
List Box. Empty Content Property -
Tree
List Box. Empty Content Template Property -
Tree
List Box. Indent Increment Property -
Tree
List Box. Is Data Virtualization Enabled Property -
Tree
List Box. Is Empty Property -
Tree
List Box. Is Filter Active Property -
Tree
List Box. Is Root Item Visible Property -
Tree
List Box. Item Adapter Property -
Tree
List Box. Multi Drag Kind Property -
Tree
List Box. Path Separator Property -
Tree
List Box. Root Item Property -
Tree
List Box. Top Level Indent Property -
Tree
List Box. Item Data Format -
Tree
List Box. Filter Applied Event -
Tree
List Box. Is Root Item Visible Changed Event -
Tree
List Box. Item Collapsed Event -
Tree
List Box. Item Collapsing Event -
Tree
List Box. Item Default Action Executing Event -
Tree
List Box. Item Expanded Event -
Tree
List Box. Item Expanding Event -
Tree
List Box. Item Menu Requested Event -
Tree
List Box. Item Selecting Event -
Tree
List Box. Root Item Changed Event -
Tree
List Box. Selection Changed Event -
Tree
List Box. Can Select Item On Focus Property -
Tree
List Box. Multi Selection Kind Property -
Tree
List Box. Selection Mode Property -
Tree
List Box. Selected Item Property -
Tree
List Box. Has Tree Lines Property -
Tree
List Box. Is Selection Active Property -
Tree
List Box. Bring Item Into View(object) -
Tree
List Box. Bring Item Into View By Full Path(string) -
Tree
List Box. Collapse All() -
Tree
List Box. Expand All() -
Tree
List Box. Get Full Path(object) -
Tree
List Box. Get Item By Full Path(string) -
Tree
List Box. Get Item Navigator(object) -
Tree
List Box. Invalidate Children(object) -
Tree
List Box. On Drag Enter(Drag Event Args) -
Tree
List Box. On Drag Leave(Drag Event Args) -
Tree
List Box. On Drag Over(Drag Event Args) -
Tree
List Box. On Drop(Drag Event Args) -
Tree
List Box. Process Key Down(Key Event Args) -
Tree
List Box. On Filter Applied(Routed Event Args) -
Tree
List Box. On Is Root Item Visible Changed(Routed Event Args) -
Tree
List Box. On Item Collapsed(Tree List Box Item Expansion Event Args) -
Tree
List Box. On Item Collapsing(Tree List Box Item Expansion Event Args) -
Tree
List Box. On Item Default Action Executing(Tree List Box Item Event Args) -
Tree
List Box. On Item Expanded(Tree List Box Item Expansion Event Args) -
Tree
List Box. On Item Expanding(Tree List Box Item Expansion Event Args) -
Tree
List Box. On Item Selecting(Tree List Box Item Event Args) -
Tree
List Box. On Root Item Changed(Routed Event Args) -
Tree
List Box. On Selection Changed(Selection Changed Event Args) -
Tree
List Box. Focus Item(object) -
Tree
List Box. Focus Item By Full Path(string) -
Tree
List Box. Create Selection Batch() -
Tree
List Box. Select Item By Full Path(string) -
Tree
List Box. Get Is Selection Active(Tree List Box) -
Tree
List Box. On Got Keyboard Focus(Keyboard Focus Changed Event Args) -
Tree
List Box. On Is Keyboard Focus Within Changed(Dependency Property Changed Event Args) -
Tree
List Box. On Items Source Changed(IEnumerable, IEnumerable) -
Tree
List Box. Auto Expand Items On Filter -
Tree
List Box. Can Drag Items -
Tree
List Box. Can Expand All -
Tree
List Box. Data Filter -
Tree
List Box. Empty Content -
Tree
List Box. Empty Content Template -
Tree
List Box. Indent Increment -
Tree
List Box. Is Data Virtualization Enabled -
Tree
List Box. Is Empty -
Tree
List Box. Is Filter Active -
Tree
List Box. Is Root Item Visible -
Tree
List Box. Item Adapter -
Tree
List Box. Multi Drag Kind -
Tree
List Box. Path Separator -
Tree
List Box. Root Item -
Tree
List Box. Top Level Indent -
Tree
List Box. Can Select Item On Focus -
Tree
List Box. Multi Selection Kind -
Tree
List Box. Selection Mode -
Tree
List Box. Selected Item -
Tree
List Box. Selected Items -
Tree
List Box. Assembly Info -
Tree
List Box. Has Tree Lines -
Tree
List Box. Filter Applied -
Tree
List Box. Is Root Item Visible Changed -
Tree
List Box. Item Collapsed -
Tree
List Box. Item Collapsing -
Tree
List Box. Item Default Action Executing -
Tree
List Box. Item Expanded -
Tree
List Box. Item Expanding -
Tree
List Box. Item Menu Requested -
Tree
List Box. Item Selecting -
Tree
List Box. Root Item Changed -
Tree
List Box. Selection Changed