Intersoft.Client.UI.Aqua.UXCollection Namespace : UXTreeViewItem Class |
The following tables list the members exposed by UXTreeViewItem.
Name | Description | |
---|---|---|
UXTreeViewItem Constructor | Creates a new instance of UXTreeViewItem class. |
Name | Description | |
---|---|---|
AllowDropObjectProperty | Identifies the AllowDropObject dependency property. | |
CanUserExpandCollapseMemberPathProperty | Identifies the CanUserExpandCollapseMemberPath dependency property. | |
CanUserExpandCollapseProperty | Identifies the CanUserExpandCollapse dependency property. | |
CanUserSelectMemberPathProperty | Identifies the CanUserSelectMemberPath dependency property. | |
CanUserSelectProperty | Identifies the CanUserSelect dependency property. | |
CheckBoxVisibilityProperty | Identifies the CheckBoxVisibility dependency property. | |
ClickEvent | Identifies the Click routed event. | |
CollapsedEvent | Identifies the Collapsed routed event. | |
CommandCannotExecuteProperty | Identifies the CommandCannotExecute dependency property. | |
CommandMemberPathProperty | Identifies the CommandMemberPath dependency property. | |
CommandParameterProperty | Identifies the CommandParameter dependency property. | |
CommandProperty | Identifies the Command dependency property. | |
CommandTargetProperty | Identifies the CommandTarget dependency property. | |
ContentMarginProperty | Identifies the ContentMargin dependency property. | |
DelayLoadOnDemandBindingProperty | Identifies the DelayLoadOnDemandBinding dependency property. | |
DisplayModeProperty | Identifies the DisplayMode dependency property. | |
DropObjectCommandProperty | Identifies the DropObjectCommand dependency property. | |
ExpandedEvent | Identifies the Expanded routed event. | |
ExpandedIconProperty | Identifies the ExpandedImage dependency property. | |
ExpandedImageMemberPathProperty | Identifies the ExpandedImageMemberPath dependency property. | |
HeaderStyleProperty | Identifies the HeaderStyle dependency property. | |
IconProperty | Identifies the Icon dependency property. | |
IsCheckedProperty | Identifies the IsChecked dependency property. | |
IsEditableProperty | Identifies the IsEditable dependency property. | |
IsExpandedProperty | Identifies the IsExpanded dependency property. | |
ItemEditTemplateProperty | Identifies the ItemEditTemplate dependency property. | |
NavigateUriMemberPathProperty | Identifies the NavigateUriMemberPath dependency property. | |
NavigateUriProperty | Identifies the NavigationUri dependency property. | |
TargetNameProperty | Identifies the TargetName dependency property. | |
TreeLineVisibilityChangedEvent | Identifies the TreeLineVisibilityChanged routed event. |
Name | Description | |
---|---|---|
ActualHeight | Gets the rendered height of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
ActualWidth | Gets the rendered width of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
AllowDrop | Gets or sets a value that determines whether this System.Windows.UIElement can be a drop target for purposes of Silverlight drag-and-drop operations. (Inherited from System.Windows.UIElement) | |
AllowDropItem | Overridden. Gets or sets a value that determines whether external item can be dropped to the UXAccordion panel. | |
AllowDropObject | Gets or sets a value that determines wheter user can drop object to this control. | |
AllowMoveItem | Overridden. Gets or sets a value that determines whether the UXAccordionItems can be moved. | |
AllowRemoveItem | Overridden. Gets or sets a value that determines whether the UXAccordionItems can be removed. | |
AllowReorderItem | Overridden. Gets or sets a value that determines whether the UXAccordionItems can be reordered. | |
Background | Gets or sets a brush that provides the background of the control. (Inherited from System.Windows.Controls.Control) | |
BorderBrush | Gets or sets a brush that describes the border background of a control. (Inherited from System.Windows.Controls.Control) | |
BorderThickness | Gets or sets the border thickness of a control. (Inherited from System.Windows.Controls.Control) | |
CacheMode | Gets or sets a value that indicates that rendered content should be cached when possible. (Inherited from System.Windows.UIElement) | |
CanUserExpandCollapse | Gets or sets a value that determined whether user can expand or collapsed the item. | |
CanUserExpandCollapseMemberPath | Gets or sets a value that indicates the data member path to bind to the CanUserExpandCollapse property of the UXTreeViewItem. | |
CanUserSelect | Gets or sets a value that determined whether user can select the item. | |
CanUserSelectMemberPath | Gets or sets a value that indicates the data member path to bind to the CanUserSelect property of the UXTreeViewItem. | |
CharacterSpacing | Gets or sets the distance between characters of text in the control measured in 1000ths of the font size. (Inherited from System.Windows.Controls.Control) | |
CheckBoxVisibility | Gets or sets a value that determines whether the checkbox visibility is visible or collapsed. | |
Clip | Gets or sets the System.Windows.Media.Geometry used to define the outline of the contents of a System.Windows.UIElement. (Inherited from System.Windows.UIElement) | |
CollectionMemberPath | Gets or sets the collection member path. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
Command | Gets or sets the command to invoke when this button is clicked. | |
CommandCannotExecute | Gets or sets the UI behavior when the associated Command cannot be executed. | |
CommandMemberPath | Gets or sets a value that indicates the data member path to bind to the Command property of the UXTreeViewItem. | |
CommandParameter | Gets or sets the parameter to pass to the Command property. | |
CommandTarget | Gets or sets the element on which to raise the specified command. | |
ContentMargin | Gets or sets the style to apply to the drop down button. | |
CornerRadius | Represents the radius of a border's corner. The radius can't be negative. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
Cursor | Gets or sets the cursor image that displays while the mouse pointer is over a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
DataContext | Gets or sets the data context for a System.Windows.FrameworkElement when it participates in data binding. (Inherited from System.Windows.FrameworkElement) | |
DelayLoadOnDemandBinding | Gets or sets a value that determine whetehr the child binding is delay in load on demand scenario. | |
Depth | ||
DesiredSize | Gets the size that this System.Windows.UIElement computed during the measure pass of the layout process. (Inherited from System.Windows.UIElement) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject) | |
DisplayMemberPath | Gets or sets the name or path of the property that is displayed for each data item. (Inherited from System.Windows.Controls.ItemsControl) | |
DisplayMode | Gets or sets a value that determines the header display mode. | |
DragDropTooltipIcon | Gets or sets the icon of the DragDropTooltip. (Inherited from Intersoft.Client.UI.Controls.Interactivity.ISDragableHeaderedHierarchicalMultipleSelectionControl) | |
DragDropTooltipLatency | Gets or sets a value that determines the latency to show the DragDropTooltip. (Inherited from Intersoft.Client.UI.Controls.Interactivity.ISDragableHeaderedHierarchicalMultipleSelectionControl) | |
DragDropTooltipOffset | Gets or sets the offset position of the DragDropTooltip. (Inherited from Intersoft.Client.UI.Controls.Interactivity.ISDragableHeaderedHierarchicalMultipleSelectionControl) | |
DragDropTooltipStyle | Gets or sets the style of the DragDropTooltip. (Inherited from Intersoft.Client.UI.Controls.Interactivity.ISDragableHeaderedHierarchicalMultipleSelectionControl) | |
DragDropTooltipText | Gets or sets the text of the DragDropTooltip. (Inherited from Intersoft.Client.UI.Controls.Interactivity.ISDragableHeaderedHierarchicalMultipleSelectionControl) | |
DragMode | Overridden. Gets or sets the dragging behavior. | |
DropableTargets | Gets the collection of dropable target names. (Inherited from Intersoft.Client.UI.Controls.Interactivity.ISDragableHeaderedHierarchicalMultipleSelectionControl) | |
DropItems | Gets or sets collection of drop item during drop event. (Inherited from Intersoft.Client.UI.Controls.Interactivity.ISDragableHeaderedHierarchicalMultipleSelectionControl) | |
DropObjectCommand | Gets or sets command that will be raised when user drop object to this control. | |
Effect | Gets or sets the pixel shader effect to use for rendering this System.Windows.UIElement. (Inherited from System.Windows.UIElement) | |
ExpandedIcon | Gets or sets a value that represents the icon when the item is expanded. | |
ExpandedImageMemberPath | Gets or sets a value that indicates the data member path to bind to the ExpandedImage property of the UXTreeViewItem. | |
FlowDirection | Gets or sets the direction that text and other user interface elements flow within any parent element that controls their layout. (Inherited from System.Windows.FrameworkElement) | |
FontFamily | Gets or sets the font used to display text in the control. (Inherited from System.Windows.Controls.Control) | |
FontSize | Gets or sets the size of the text in this control. (Inherited from System.Windows.Controls.Control) | |
FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from System.Windows.Controls.Control) | |
FontStyle | Gets or sets the style in which the text is rendered. (Inherited from System.Windows.Controls.Control) | |
FontWeight | Gets or sets the thickness of the specified font. (Inherited from System.Windows.Controls.Control) | |
Foreground | Gets or sets a brush that describes the foreground color. (Inherited from System.Windows.Controls.Control) | |
Framework | Gets the entity framework. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
GroupStyle | (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
HasTreeItems | Gets a value that indicates whether the item has child or not. | |
Header | Gets or sets the item that labels the control. (Inherited from Intersoft.Client.Framework.HeaderedItemsControl) | |
HeaderStyle | Gets or sets the style to apply in header. | |
HeaderTemplate | Gets or sets a data template that is used to display the contents of the control's header. (Inherited from Intersoft.Client.Framework.HeaderedItemsControl) | |
Height | Gets or sets the suggested height of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
HorizontalAlignment | Gets or sets the horizontal alignment characteristics that are applied to a System.Windows.FrameworkElement when it is composed in a layout parent, such as a panel or items control. (Inherited from System.Windows.FrameworkElement) | |
HorizontalContentAlignment | Gets or sets the horizontal alignment of the control's content. (Inherited from System.Windows.Controls.Control) | |
Icon | Gets or sets a value that determines the icon. | |
ImageMemberPath | Gets or sets the image member path. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
IsChecked | Gets or sets a value that determines whether the item is being checked or unchecked. | |
IsEditable | Gets or sets a value that determines whether the item could be edit or not. | |
IsEnabled | Gets or sets a value indicating whether the user can interact with the control. (Inherited from System.Windows.Controls.Control) | |
IsExpanded | Gets or sets a value that determines whether the item is expanded or collapsed. | |
IsHitTestVisible | Gets or sets whether the contained area of this System.Windows.UIElement can return true values for hit testing. (Inherited from System.Windows.UIElement) | |
IsInDesignMode | Gets a value that indicates whether the control is in design mode (development). (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
IsKeyboardFocus | Gets a value that indicates whether the item is in keyboard focus or not. | |
IsRefreshingStyle | Gets a value that indicates whether the control's style is being refreshed or reassigned from style manager. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
IsRefreshingTemplate | Gets a value that indicates whether the control's template is being refreshed or reassigned from template manager. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
IsRoot | Gets a value that indicates whether the item is root or not. | |
IsSelected | Gets or sets a value that indicates whether the item is selected. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
IsTabStop | Gets or sets a value that indicates whether a control is included in tab navigation. (Inherited from System.Windows.Controls.Control) | |
ItemContainerGenerator | Gets the System.Windows.Controls.ItemContainerGenerator associated with this System.Windows.Controls.ItemsControl. (Inherited from System.Windows.Controls.ItemsControl) | |
ItemContainerStyle | Gets or sets the Style that is applied to the container element generated for each item. (Inherited from Intersoft.Client.Framework.HeaderedItemsControl) | |
ItemContainerStyleSelector | Gets or sets the Style Selector that is applied to the container element generated for each item. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
ItemEditTemplate | Gets or sets a value that indicates the item edit template for UXTreeViewItem. | |
Items | Gets the collection used to generate the content of the control. (Inherited from System.Windows.Controls.ItemsControl) | |
ItemsPanel | Gets or sets the template that defines the panel that controls the layout of items. (Inherited from System.Windows.Controls.ItemsControl) | |
ItemsSource | Gets or sets a collection used to generate the content of the System.Windows.Controls.ItemsControl. (Inherited from System.Windows.Controls.ItemsControl) | |
ItemTemplate | Gets or sets the System.Windows.DataTemplate used to display each item. (Inherited from System.Windows.Controls.ItemsControl) | |
ItemTemplateSelector | Gets or sets the Template Selector that is applied to the container element generated for each item. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
Language | Gets or sets localization/globalization language information that applies to a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
Latency | Overridden. Gets or sets a value that determine the latency before the item collection is re-adjusted when an item is inserted, moved or removed. | |
LayoutSuspended | Gets a value that indicates whether the layout is being suspended. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
Margin | Gets or sets the outer margin of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
MaxHeight | Gets or sets the maximum height constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
MaxWidth | Gets or sets the maximum width constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
MinHeight | Gets or sets the minimum height constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
MinWidth | Gets or sets the minimum width constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
Name | Gets or sets the identifying name of the object. When a XAML processor creates the object tree from XAML markup, run-time code can refer to the XAML-declared object by this name. (Inherited from System.Windows.FrameworkElement) | |
NavigateUri | Gets or sets the URI to navigate when this menu item is clicked. | |
NavigateUriMemberPath | Gets or sets a value that indicates the data member path to bind to the NavigateUri property of the UXTreeViewItem. | |
Opacity | Gets or sets the degree of the object's opacity. (Inherited from System.Windows.UIElement) | |
OpacityMask | Gets or sets the brush used to alter the opacity of regions of this object. (Inherited from System.Windows.UIElement) | |
Owner | Gets the owner of the selection item. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
Padding | Gets or sets the padding inside a control. (Inherited from System.Windows.Controls.Control) | |
Parent | Gets the parent object of this System.Windows.FrameworkElement in the object tree. (Inherited from System.Windows.FrameworkElement) | |
ParentControl | Gets the parent control of the selection item. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
Platform | Gets a value that indicates the current client platform. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
Projection | Gets or sets the perspective projection (3-D effect) to apply when rendering this System.Windows.UIElement. (Inherited from System.Windows.UIElement) | |
RenderSize | Gets the final render size of a System.Windows.UIElement. (Inherited from System.Windows.UIElement) | |
RenderTransform | Gets or sets transform information that affects the rendering position of a System.Windows.UIElement. (Inherited from System.Windows.UIElement) | |
RenderTransformOrigin | Gets or sets the origin point of any possible render transform declared by System.Windows.UIElement.RenderTransform, relative to the bounds of the System.Windows.UIElement. (Inherited from System.Windows.UIElement) | |
Resources | Gets the locally defined resource dictionary. In XAML, you can establish resource items as child object elements of a frameworkElement.Resources property element, through XAML implicit collection syntax. (Inherited from System.Windows.FrameworkElement) | |
Style | Gets or sets an instance System.Windows.Style that is applied for this object during rendering. (Inherited from System.Windows.FrameworkElement) | |
TabIndex | Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. (Inherited from System.Windows.Controls.Control) | |
TabNavigation | Gets or sets a value that modifies how tabbing and System.Windows.Controls.Control.TabIndex work for this control. (Inherited from System.Windows.Controls.Control) | |
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from System.Windows.FrameworkElement) | |
TargetName | Gets or sets the name of a target window or frame that will display the content specified by the NavigationUri property. | |
Template | Gets or sets a control template. (Inherited from System.Windows.Controls.Control) | |
TransformInfo | Gets or sets transformable info. | |
Triggers | Gets the collection of triggers for animations that are defined for a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
UseLayoutRounding | Gets or sets a value that determines whether rendering for the object and its visual subtree should use rounding behavior that aligns rendering to whole pixels. (Inherited from System.Windows.UIElement) | |
VerticalAlignment | Gets or sets the vertical alignment characteristics that are applied to a System.Windows.FrameworkElement when it is composed in a parent object such as a panel or items control. (Inherited from System.Windows.FrameworkElement) | |
VerticalContentAlignment | Gets or sets the vertical alignment of the control's content. (Inherited from System.Windows.Controls.Control) | |
Visibility | Gets or sets the visibility of a System.Windows.UIElement. A System.Windows.UIElement that is not visible does not render and does not communicate its desired size to layout. (Inherited from System.Windows.UIElement) | |
Width | Gets or sets the width of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
Name | Description | |
---|---|---|
DefaultStyleKey | Gets or sets the key that references the default style for the control. (Inherited from System.Windows.Controls.Control) | |
Product | Overridden. Product Info. | |
RequireUpdateCanExecute |
Name | Description | |
---|---|---|
AddHandler | Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route. (Inherited from System.Windows.UIElement) | |
ApplyTemplate | Overloaded. Overridden. Applies item template for each generated element. | |
Arrange | Positions child objects and determines a size for a System.Windows.UIElement. Parent objects that implement custom layout for their child elements should call this method from their layout override implementations to form a recursive layout update. (Inherited from System.Windows.UIElement) | |
AttachEventHandlers | Overridden. Attach built-in event handlers to control templates. Call this method if necessary. | |
CaptureMouse | Sets mouse capture to a System.Windows.UIElement. (Inherited from System.Windows.UIElement) | |
ClearValue | Clears the local value of a dependency property. (Inherited from System.Windows.DependencyObject) | |
ContainerFromIndex | (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
ContainerFromItem | (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
DetachedEventHandlers | Overridden. Detach built-in event handlers from control templates. Call this method if necessary. | |
Dispose | Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
FindName | Retrieves an object that has the specified identifier name. (Inherited from System.Windows.FrameworkElement) | |
FindPanel | Gets the panel object reference. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
FindPanels | (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
Focus | Attempts to set the focus on the control. (Inherited from System.Windows.Controls.Control) | |
GetAnimationBaseValue | Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from System.Windows.DependencyObject) | |
GetBindingExpression | Retrieves the System.Windows.Data.BindingExpression for a dependency property where a binding is established. (Inherited from System.Windows.FrameworkElement) | |
GetDropableObject | Gets the dropable object. (Inherited from Intersoft.Client.UI.Controls.Interactivity.ISDragableHeaderedHierarchicalMultipleSelectionControl) | |
GetItem | (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
GetItemContainers | (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
GetItems | (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
GetItemsCount | (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
GetValue | Returns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValueProperty | Gets value dependency property. Used for internal purposes. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
IndexFromContainer | (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
IndexFromItem | (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
InitializeStoryboards | Overridden. Initialize the item storyboards. | |
InitializeTemplates | Overridden. Initializes control templates. | |
InitTransformInfo | Initialize transformable info. | |
InvalidateArrange | Invalidates the arrange state (layout) for a System.Windows.UIElement. After the invalidation, the System.Windows.UIElement will have its layout updated, which will occur asynchronously. (Inherited from System.Windows.UIElement) | |
InvalidateMeasure | Invalidates the measurement state (layout) for a System.Windows.UIElement. (Inherited from System.Windows.UIElement) | |
IsDropable | Gets a value that indicates wheter the current panel is dropable. (Inherited from Intersoft.Client.UI.Controls.Interactivity.ISDragableHeaderedHierarchicalMultipleSelectionControl) | |
ItemFromContainer | (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
Measure | Updates the System.Windows.UIElement.DesiredSize of a System.Windows.UIElement. Typically, objects that implement custom layout for their layout children call this method from their own System.Windows.FrameworkElement.MeasureOverride(System.Windows.Size) implementations to form a recursive layout update. (Inherited from System.Windows.UIElement) | |
OnApplyTemplate | Overridden. When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate(). In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks. | |
ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject) | |
RefreshClip | Perform clipping to the dimension of the control. Call this method if necessary (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
ReleaseMouseCapture | Removes mouse capture from a System.Windows.UIElement. After this call, typically no object holds mouse capture. (Inherited from System.Windows.UIElement) | |
RemoveHandler | Removes the specified routed event handler from this System.Windows.UIElement. (Inherited from System.Windows.UIElement) | |
ResumeLayout | Resume the layout. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
Select | Select the item. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
SetBinding | Attaches a binding to a System.Windows.FrameworkElement, using the provided binding object, and returns a System.Windows.Data.BindingExpressionBase for possible later use. (Inherited from System.Windows.FrameworkElement) | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
SuspendLayout | Suspend the layout. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
TransformObject | Transform drag drop object to UXTreeViewItem of the specified element has transform info. | |
TransformToVisual | Returns a transform object that can be used to transform coordinates from the System.Windows.UIElement to the specified object. (Inherited from System.Windows.UIElement) | |
Unselect | Unselect the item. (Inherited from Intersoft.Client.Framework.ISHeaderedItemsControl) | |
UpdateLayout | Ensures that all positions of child objects of a System.Windows.UIElement are properly updated for layout. (Inherited from System.Windows.UIElement) |