|
static readonly
DependencyPropertyKey | HoveredItemPropertyKey = DependencyProperty.RegisterReadOnly("HoveredItem", typeof(PropertyViewItem), typeof(PropertyView), new PropertyMetadata(null)) |
| Identifies the HoveredItem dependency property. More...
|
|
static readonly RoutedEvent | PrepareItemEvent = EventManager.RegisterRoutedEvent("PrepareItem", RoutingStrategy.Bubble, typeof(EventHandler<PropertyViewItemEventArgs>), typeof(PropertyView)) |
| Identifies the PreparePropertyItem event. This attached routed event may be raised by the PropertyGrid itself or by a PropertyItemBase containing sub-items. More...
|
|
static readonly RoutedEvent | ClearItemEvent = EventManager.RegisterRoutedEvent("ClearItem", RoutingStrategy.Bubble, typeof(EventHandler<PropertyViewItemEventArgs>), typeof(PropertyView)) |
| Identifies the ClearPropertyItem event. This attached routed event may be raised by the PropertyGrid itself or by a PropertyItemBase containing sub items. More...
|
|
Definition at line 14 of file PropertyView.cs.
override void SiliconStudio.Presentation.Controls.PropertyView.ClearContainerForItemOverride |
( |
DependencyObject |
element, |
|
|
object |
item |
|
) |
| |
|
protected |
override DependencyObject SiliconStudio.Presentation.Controls.PropertyView.GetContainerForItemOverride |
( |
| ) |
|
|
protected |
override bool SiliconStudio.Presentation.Controls.PropertyView.IsItemItsOwnContainerOverride |
( |
object |
item | ) |
|
|
protected |
override void SiliconStudio.Presentation.Controls.PropertyView.OnMouseLeave |
( |
MouseEventArgs |
e | ) |
|
|
protected |
override void SiliconStudio.Presentation.Controls.PropertyView.PrepareContainerForItemOverride |
( |
DependencyObject |
element, |
|
|
object |
item |
|
) |
| |
|
protected |
readonly RoutedEvent SiliconStudio.Presentation.Controls.PropertyView.ClearItemEvent = EventManager.RegisterRoutedEvent("ClearItem", RoutingStrategy.Bubble, typeof(EventHandler<PropertyViewItemEventArgs>), typeof(PropertyView)) |
|
static |
readonly DependencyPropertyKey SiliconStudio.Presentation.Controls.PropertyView.HoveredItemPropertyKey = DependencyProperty.RegisterReadOnly("HoveredItem", typeof(PropertyViewItem), typeof(PropertyView), new PropertyMetadata(null)) |
|
static |
readonly RoutedEvent SiliconStudio.Presentation.Controls.PropertyView.PrepareItemEvent = EventManager.RegisterRoutedEvent("PrepareItem", RoutingStrategy.Bubble, typeof(EventHandler<PropertyViewItemEventArgs>), typeof(PropertyView)) |
|
static |
This event is raised when an property item is about to be remove from the display in the PropertyGrid This allow the user to remove any attached handler in the PreparePropertyItem event.
Definition at line 58 of file PropertyView.cs.
Gets the trimmed text to display when the control does not have the focus, depending of the value of the TextTrimming property.
Definition at line 46 of file PropertyView.cs.
This event is raised when a property item is about to be displayed in the PropertyGrid. This allow the user to customize the property item just before it is displayed.
Definition at line 52 of file PropertyView.cs.
IReadOnlyCollection<PropertyViewItem> SiliconStudio.Presentation.Controls.PropertyView.Properties |
|
get |
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/common/presentation/SiliconStudio.Presentation/Controls/PropertyView.cs