Intersoft ClientUI Documentation
UXTreeList Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by UXTreeList.

Public Constructors
 NameDescription
Public ConstructorUXTreeList Constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AllowMoveItemProperty Identifies the AllowMoveItem dependency property.  
Public Fieldstatic (Shared in Visual Basic)CanDragItemCommandProperty Identifies the CanDragItemCommand dependency property.  
Public Fieldstatic (Shared in Visual Basic)DropItemCommandProperty Identifies the DropItemCommand dependency property.  
Public Fieldstatic (Shared in Visual Basic)IndentSpacerProperty Identifies the IndentSpacer dependency property.  
Public Fieldstatic (Shared in Visual Basic)InitialTreeListStateProperty Identifies the InitialTreeListState dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsLoadOnDemandProperty Identifies the IsLoadOnDemand dependency property.  
Public Fieldstatic (Shared in Visual Basic)ProcessedItemProperty Identifies the ProcessedItem dependency property.  
Top
Public Properties
 NameDescription
Public PropertyActualHeightGets the rendered height of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyActualWidthGets the rendered width of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyAllowDropGets 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)
Public PropertyAllowMoveItem Gets or sets a value that determines whether the UXTreeListRow can be moved.  
Public PropertyAlternatingRowBackground Gets or sets the Brush that is used to paint the background of odd-numbered rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyAreRowDetailsFrozen Gets or sets a value that indicates whether the row details sections remain fixed at the width of the display area or can scroll horizontally. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyAreRowGroupHeadersFrozen Gets or sets a value that indicates whether the row group header sections remain fixed at the width of the display area or can scroll horizontally. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyAutoEditOperation Gets or sets a value that indicates whether UXGridView should try perform IEditableCollectionView.CommitEdit or IEditableObject.EndEdit after each data editing operation. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyAutoFocusOnError Gets or sets a value that indicates whether UXGridView should auto focus on cell when there is validation error. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyAutoGenerateColumns Gets or sets a value that indicates whether columns are created automatically when the ItemsSource property is set. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyBackgroundGets or sets a brush that provides the background of the control. (Inherited from System.Windows.Controls.Control)
Public PropertyBorderBrushGets or sets a brush that describes the border background of a control. (Inherited from System.Windows.Controls.Control)
Public PropertyBorderThicknessGets or sets the border thickness of a control. (Inherited from System.Windows.Controls.Control)
Public PropertyBusyLatency Gets or sets the latency, in seconds, before the busy indicator is displayed when IsBusy is set to true. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyBusyOverlayBackground Gets or sets the brush to apply to the overlay background. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCacheModeGets or sets a value that indicates that rendered content should be cached when possible. (Inherited from System.Windows.UIElement)
Public PropertyCanDragItemCommand Gets or sets command that will be invoked when try to drag an item.  
Public PropertyCanUserAddRows Gets or sets a value that indicates whether the user can add new rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCanUserBatchUpdate Gets or sets a value that indicates whether the UXGridView can perform batch update. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCanUserDeleteRows Gets or sets a value that indicates whether the user can delete rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCanUserEditRows Gets or sets a value that indicates whether the user can edit rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCanUserExport Gets or sets a value that indicates whether the user can export data. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCanUserFilterColumns Gets or sets a value that indicates whether the user can filter data based on columns. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCanUserGroupColumns Gets or sets a value that indicates whether the user can group columns (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCanUserPage Gets or sets a value that indicates whether the user can paging the data. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCanUserReorderColumns Gets or sets a value that indicates whether the user can change the column display order by dragging column headers with the mouse. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCanUserResizeColumns Gets or sets a value that indicates whether the user can adjust column widths using the mouse. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCanUserSortColumns Gets or sets a value that indicates whether the user can sort columns by clicking the column header. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCellBusyTemplate Gets or sets the template selector that is used to display the busy indicator for cell. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCellEditingTemplateSelector Gets or sets the template selector that is used to display the contents of a cell that is in editing mode. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCellStyle Gets or sets the style that is used when rendering the gridview cells. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCellStyleSelector Gets or sets the style selector that is used when rendering the gridview cells. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCellTemplateSelector Gets or sets the template selector that is used when rendering the gridview cells. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCharacterSpacingGets or sets the distance between characters of text in the control measured in 1000ths of the font size. (Inherited from System.Windows.Controls.Control)
Public PropertyCheckedItems Gets or sets the checked items. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyClipGets 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)
Public PropertyClipboardCopyMode Gets or sets a value that indicates how data is copied to the clipboard. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyColumnFooterCellStyle Gets or sets the style that is used when rendering the gridview column footer cell. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyColumnFooterCellStyleSelector Gets or sets the style selector that is used when rendering the gridview column footer cell. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyColumnFooterStyle Gets or sets the style that is used when rendering the gridview column footer. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyColumnFooterVisibility Gets or sets a value that determines whether the column footer is visible. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyColumnHeaderHeight Gets or sets the height of the column headers row. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyColumnHeaderStyle Gets or sets the style that is used when rendering the column headers. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyColumnHeaderStyleSelector Gets or sets the style selector that is used when rendering the column headers. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyColumnHeaderTemplateSelector Gets or sets the template selector that is used when rendering the column headers. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyColumnHeaderVisibility Gets or sets a value that determines whether the column header is visible. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyColumns Gets a collection that contains all the columns in the control. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyColumnWidth Gets or sets the standard width or automatic sizing mode of columns in the control. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyContextMenuStyle Gets or sets the style that is used when rendering the context menu element. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCornerRadius Represents the radius of a border's corner. The radius can't be negative. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCurrentColumn Gets or sets the column that contains the current cell. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyCursorGets or sets the cursor image that displays while the mouse pointer is over a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyDataContextGets or sets the data context for a System.Windows.FrameworkElement when it participates in data binding. (Inherited from System.Windows.FrameworkElement)
Public PropertyDeleteRowCommand Gets or sets command that will be invoked when deleting a row. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyDesiredSizeGets the size that this System.Windows.UIElement computed during the measure pass of the layout process. (Inherited from System.Windows.UIElement)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject)
Public PropertyDoubleClickCommand Gets or sets the command that will be invoked when validating a row. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyDragIndicatorStyle Gets or sets the style that is used when rendering the drag indicator that is displayed while dragging column headers. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyDropItemCommand Gets or sets command that will be invoked when item is dropped.  
Public PropertyDropLocationIndicatorStyle Gets or sets the style that is used when rendering the column headers. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyEditEnterKeyAction Gets or sets a value that determines the action when enter key is pressed during editing mode. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyEditKeyGesture Gets or sets a value that determines the key gesture used to enter the editing mode. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyEditMouseGesture Gets or sets a value that determines the mouse gesture used to enter the editing mode. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyEffectGets or sets the pixel shader effect to use for rendering this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyEmptyRowsVisibility Gets or sets a value that determines the visibility of empty rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyEnableContextMenu Gets or sets a value that determines whether context menus is enabled. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyEnableRowVirtualization Gets or sets a value that determines whether row virtualization is enabled. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyEnterKeyAction Gets or sets a value that determines the action when enter key is pressed. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyEnterNewRowOnClick Gets or sets the a value that determine whether UXGridView will enter edit on new empty row on single click. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyExpandedItem Gets or sets the expanded item. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyExportCommand Gets or sets command that will be invoked when exporting data. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyExportCssStyleSelector Gets or sets the css style selector using for HTML exporting. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyExportItems Gets or sets the items to be exported. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyExportOptions Gets or sets the export options. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyFilterDescriptors Gets or sets the descriptor object that encapsulates the filtering related information. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyFlowDirectionGets 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)
Public PropertyFontFamilyGets or sets the font used to display text in the control. (Inherited from System.Windows.Controls.Control)
Public PropertyFontSizeGets or sets the size of the text in this control. (Inherited from System.Windows.Controls.Control)
Public PropertyFontStretchGets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from System.Windows.Controls.Control)
Public PropertyFontStyleGets or sets the style in which the text is rendered. (Inherited from System.Windows.Controls.Control)
Public PropertyFontWeightGets or sets the thickness of the specified font. (Inherited from System.Windows.Controls.Control)
Public PropertyForegroundGets or sets a brush that describes the foreground color. (Inherited from System.Windows.Controls.Control)
Public PropertyFramework Gets the entity framework. (Inherited from Intersoft.Client.Framework.ISControl)
Public PropertyFrozenColumnCount Gets or sets the number of columns that the user cannot scroll horizontally. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyGridLinesVisibility Gets or sets a value that indicates which grid lines separating inner cells are shown. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyGroupByBoxStyle Gets or sets the style that is used when rendering the group by box element. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyGroupByBoxVisibility Gets or sets a value that determines whether the group by box is visible. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyGroupDescriptors Gets collection of group descriptors. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyGroupFootersVisibility Gets or sets a value that determines whether the group footer is visible. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyHasChanges Gets or sets a value that indicates whether there are data changes or not. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyHeaderAndRowSeparatorBrush Gets or sets the Brush that is used to paint lines separating rows and column header. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyHeightGets or sets the suggested height of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyHorizontalAlignmentGets 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)
Public PropertyHorizontalContentAlignmentGets or sets the horizontal alignment of the control's content. (Inherited from System.Windows.Controls.Control)
Public PropertyHorizontalGridLinesBrush Gets or sets the Brush that is used to paint grid lines separating rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyHorizontalScrollBarVisibility Gets or sets a value that indicates how the horizontal scroll bar is displayed. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyHorizontalScrollMode Gets or sets a value that determine the horizontal scroll mode. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyIDBinding  
Public PropertyIndentSpacer Gets or sets a value that determines the indent spacer for each row level.  
Public PropertyInitialTreeListState Gets or sets a value that determines the initial state for tree list row.  
Public PropertyInsertRowCommand Gets or sets command that will be invoked when inserting row. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyIsBusy Gets or sets a value that indicates whether the control is busy. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyIsEnabledGets or sets a value indicating whether the user can interact with the control. (Inherited from System.Windows.Controls.Control)
Public PropertyIsHitTestVisibleGets or sets whether the contained area of this System.Windows.UIElement can return true values for hit testing. (Inherited from System.Windows.UIElement)
Public PropertyIsInDesignMode Gets a value that indicates whether the control is in design mode (development). (Inherited from Intersoft.Client.Framework.ISControl)
Public PropertyIsInsertingNewRow Gets or sets a value that indicates whether the UXGridView new row is activated. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyIsLoadOnDemand Gets or sets a value that determines whether the item is load on demand or not.  
Public PropertyIsReadOnlyBinding Gets or sets the binding that associates the IsReadOnly attribute with a property in the data source. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyIsRefreshed Gets or sets a value that indicates whether the UXGridView is refreshed. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyIsRowDirtyBinding Gets or sets the binding that associates the IsReadOnly attribute with a property in the data source. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyIsTabStopGets or sets a value that indicates whether a control is included in tab navigation. (Inherited from System.Windows.Controls.Control)
Public PropertyIsValid Gets a value that indicates whether data in the grid is valid. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyItemsSource Gets or sets a collection that is used to generate the content of the control. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyLanguageGets or sets localization/globalization language information that applies to a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyLayoutSuspended Gets a value that indicates whether the layout is being suspended. (Inherited from Intersoft.Client.Framework.ISControl)
Public PropertyLostFocusAction Gets or sets a value that determine the lost focus action when user lost focus during row editing. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyMarginGets or sets the outer margin of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxColumnWidth Gets or sets the maximum width of columns in the UXGridView. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyMaxHeightGets or sets the maximum height constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxWidthGets or sets the maximum width constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyMinColumnWidth Gets or sets the minimum width of columns in the UXGridView. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyMinHeightGets or sets the minimum height constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyMinWidthGets or sets the minimum width constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyNameGets 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)
Public PropertyNewItem Gets or sets the new item to be added. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyNewRowLostFocusAction Gets or sets a value that determine the lost focus action when user lost focus during new row editing. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyNewRowPosition Gets or sets a value that determine the position of new row. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyNoDataTemplate Gets or sets the no data template. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyOpacityGets or sets the degree of the object's opacity. (Inherited from System.Windows.UIElement)
Public PropertyOpacityMaskGets or sets the brush used to alter the opacity of regions of this object. (Inherited from System.Windows.UIElement)
Public PropertyPaddingGets or sets the padding inside a control. (Inherited from System.Windows.Controls.Control)
Public PropertyPageDescriptor Gets or sets the descriptor object that encapsulates the paging related information. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyPagerAutoEllipsis Gets or sets a value that indicates whether to use an ellipsis as the last numeric button of UXDataPager. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyPagerDisplayMode Gets or sets a value that indicates how the UXDataPager user interface is displayed. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyPagerNumericButtonCount Gets or sets a value that indicates the number of page buttons shown on the UXDataPager user interface. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyPagerStyle Gets or sets the style that is used when rendering the UXDataPager. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyPageSize Gets or sets a value that indicates the number of items displayed on a page. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyParentGets the parent object of this System.Windows.FrameworkElement in the object tree. (Inherited from System.Windows.FrameworkElement)
Public PropertyParentIDBinding  
Public PropertyPlatform Gets a value that indicates the current client platform. (Inherited from Intersoft.Client.Framework.ISControl)
Public PropertyPrepareNewRowCommand Gets or sets command that will be invoked when preparing new row. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyProcessedItem Gets or sets a value that indicates the item that user process when load on demand is active.  
Public PropertyProjectionGets or sets the perspective projection (3-D effect) to apply when rendering this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyQueryOperation Gets or sets a value that determines whether the filtering operation should be performed in client-side or server-side. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRefreshCommand Gets or sets command that will be invoked when refreshing data. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRefreshCommandParameter Gets or sets the parameter to pass to the RefreshCommand property. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRejectChangesCommand Gets or sets command that will be invoked when data changes is rejected. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRejectRowCommand Gets or sets command that will be invoked when row changes is rejected. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRenderSizeGets the final render size of a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyRenderTransformGets or sets transform information that affects the rendering position of a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyRenderTransformOriginGets 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)
Public PropertyResourceOverride Gets or sets the individual resource object to override the existing localized resource. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyResourcesGets 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)
Public PropertyRowBackground Gets or sets the Brush that is used to paint row backgrounds. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowDetailsTemplate Gets or sets the template that is used to display the content of the details section of rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowDetailsTemplateSelector Gets or sets the template selector that is used to display the content of the details section of rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowDetailsVisibilityMode Gets or sets a value that indicates when the details sections of rows are displayed. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowGroupFooterCellStyle Gets or sets the style that is used when rendering the row group footer cell. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowGroupFooterCellStyleSelector Gets or sets the style selector that is used when rendering the row group footer cell. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowGroupFooterStyle Gets or sets the style that is used when rendering the row group footer. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowGroupFooterStyleSelector Gets or sets the style selector that is used when rendering the row group footer. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowGroupHeaderStyle Gets or sets the style that is used when rendering the row group header. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowGroupHeaderStyleSelector Gets or sets the style selector that is used when rendering the row group header. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowGroupHeaderTemplateSelector Gets or sets the template selector that is used when rendering the row group headers. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowHeaderStyle Gets or sets the style that is used when rendering the row header. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowHeaderVisibility Gets or sets a value that determines whether the row header is visible. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowHeaderWidth Gets or sets the width of the row header column. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowHeight Gets or sets the standard height of rows in the control. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowStyle Gets or sets the style that is used when rendering the rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowStyleSelector Gets or sets the style selector that is used when rendering the rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowTemplate Gets or sets the template that is used when rendering the rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyRowTemplateSelector Gets or sets the template selector that is used when rendering the rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertySaveChangesCommand Gets or sets command that will be invoked when data changes is accepted. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyScrollBarStyle Gets or sets the style that is used when rendering the scrollbar. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyScrollCornerBackground Gets or sets the Brush that is used to paint scroll corner element. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyScrollIndicatorBinding Gets or sets the binding that associates the scroll indicator with property in the data source. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyScrollIndicatorStyle Gets or sets the style that is used when rendering the scroll indicator. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyScrollIndicatorTemplate Gets or sets the template that is used when rendering the scroll indicator. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertySelectedIndex Gets or sets the index of the current selection. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertySelectedItem Gets or sets the data item corresponding to the selected row. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertySelectedItems Gets a list that contains the data items corresponding to the selected rows. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertySelectionMode Gets or sets the selection behavior of the gridview. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertySelectionUnit Gets or sets the selection unit of gridview. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertySortDescriptions Gets or sets the sort descriptions object that encapsulates the sorting related information. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertySortDescriptors Gets or sets the descriptor object that encapsulates the sorting related information. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyStatusBarCommandTemplate Gets or sets the data template to apply to the StatusBarCommand. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyStatusBarStyle Gets or sets the style that is used when rendering the statusbar. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyStatusBarVisibility Gets or sets a value that determines whether the status bar is visible. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyStyleGets or sets an instance System.Windows.Style that is applied for this object during rendering. (Inherited from System.Windows.FrameworkElement)
Public PropertyTabIndexGets 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)
Public PropertyTabNavigationGets or sets a value that modifies how tabbing and System.Windows.Controls.Control.TabIndex work for this control. (Inherited from System.Windows.Controls.Control)
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from System.Windows.FrameworkElement)
Public PropertyTemplateGets or sets a control template. (Inherited from System.Windows.Controls.Control)
Public PropertyTriggersGets the collection of triggers for animations that are defined for a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyUpdateCellCommand Gets or sets command that will be invoked when updating a cell. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyUpdateRowCommand Gets or sets command that will be invoked when updating a row. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyUseLayoutRoundingGets 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)
Public PropertyValidateRowCommand Gets or sets the command that will be invoked when validating a row. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyValidationResults Gets or sets the validation results. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyVerticalAlignmentGets 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)
Public PropertyVerticalContentAlignmentGets or sets the vertical alignment of the control's content. (Inherited from System.Windows.Controls.Control)
Public PropertyVerticalGridLinesBrush Gets or sets the Brush that is used to paint grid lines separating columns. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyVerticalScrollBarVisibility Gets or sets a value that indicates how the vertical scroll bar is displayed. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyVerticalScrollMode Gets or sets a value that indicates the vertical scroll mode. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public PropertyVisibilityGets 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)
Public PropertyWidthGets or sets the width of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Top
Protected Properties
 NameDescription
Protected PropertyCurrentItem Gets the data item bound to the row that contains the current cell. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected PropertyDefaultStyleKeyGets or sets the key that references the default style for the control. (Inherited from System.Windows.Controls.Control)
Protected PropertyProduct Product Info. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Top
Public Methods
 NameDescription
Public MethodAddHandlerAdds 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)
Public MethodApplyTemplateLoads the relevant control template so that its parts can be referenced. (Inherited from System.Windows.Controls.Control)
Public MethodArrangePositions 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)
Public MethodAttachEventHandlersOverridden.   
Public MethodBeginEditOverloaded.  Causes the gridview to enter editing mode for the current cell and current row, unless the gridview is already in editing mode. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public MethodCancelEditOverloaded.  Causes the gridview to cancel the current edit, restore the original value, and exit editing mode. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public MethodCaptureMouseSets mouse capture to a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public MethodClearValueClears the local value of a dependency property. (Inherited from System.Windows.DependencyObject)
Public MethodCollapseRowGroupCollapses gridview row groups. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public MethodCommitEditOverloaded.  Causes the gridview to commit the current edit to the data source and exit editing mode. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public MethodDetachedEventHandlersOverridden.   
Public MethodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public MethodExpandRowGroupExpands gridview row groups. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public MethodExport Export data to the specified stream. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public MethodFindNameRetrieves an object that has the specified identifier name. (Inherited from System.Windows.FrameworkElement)
Public MethodFocusAttempts to set the focus on the control. (Inherited from System.Windows.Controls.Control)
Public MethodGetAnimationBaseValueReturns 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)
Public MethodGetBindingExpressionRetrieves the System.Windows.Data.BindingExpression for a dependency property where a binding is established. (Inherited from System.Windows.FrameworkElement)
Public MethodGetValueReturns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInitializeStoryboards Initializes storyboards. (Inherited from Intersoft.Client.Framework.ISControl)
Public MethodInitializeTemplates Initializes control templates. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public MethodInvalidateArrangeInvalidates 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)
Public MethodInvalidateMeasureInvalidates the measurement state (layout) for a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public MethodMeasureUpdates 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)
Public MethodOnApplyTemplateOverridden.   
Public MethodReadLocalValueReturns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject)
Public MethodRefreshClip Perform clipping to the dimension of the control. Call this method if necessary (Inherited from Intersoft.Client.Framework.ISControl)
Public MethodReleaseMouseCaptureRemoves mouse capture from a System.Windows.UIElement. After this call, typically no object holds mouse capture. (Inherited from System.Windows.UIElement)
Public MethodRemoveHandlerRemoves the specified routed event handler from this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public MethodResumeLayout Resume the layout. (Inherited from Intersoft.Client.Framework.ISControl)
Public MethodScrollIntoView Scrolls the UXGridView vertically to display the row for the specified data item and scrolls the UXGridView horizontally to display the specified column. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public MethodSetBindingAttaches 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)
Public MethodSetValue (Inherited from System.Windows.DependencyObject)
Public MethodSuspendLayout Suspend the layout. (Inherited from Intersoft.Client.Framework.ISControl)
Public MethodTransformToVisualReturns a transform object that can be used to transform coordinates from the System.Windows.UIElement to the specified object. (Inherited from System.Windows.UIElement)
Public MethodUpdateLayoutEnsures that all positions of child objects of a System.Windows.UIElement are properly updated for layout. (Inherited from System.Windows.UIElement)
Top
Protected Methods
 NameDescription
Protected MethodArrangeOverride Provides the behavior for the Arrange pass of Silverlight layout. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodGetTemplateChildRetrieves the named element in the instantiated System.Windows.Controls.ControlTemplate visual tree. (Inherited from System.Windows.Controls.Control)
Protected MethodMeasureOverride Provides the behavior for the Measure pass of Silverlight layout. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnAutoGeneratingColumnRaises the AutoGeneratingColumn event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnBeginningEditRaises the BeginningEdit event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnCellEditEndedRaises the CellEditEnded event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnCellEditEndingRaises the CellEditEnding event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnColumnDisplayIndexChangedRaises the ColumnDisplayIndexChanged event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnCopyingRowClipboardContentRaises the CopyingRowClipboardContent event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnCreateAutomationPeerWhen implemented in a derived class, returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Silverlight automation infrastructure. (Inherited from System.Windows.UIElement)
Protected MethodOnCurrentCellChangedRaises the CurrentCellChanged event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnDragEnter (Inherited from System.Windows.Controls.Control)
Protected MethodOnDragLeave (Inherited from System.Windows.Controls.Control)
Protected MethodOnDragOver (Inherited from System.Windows.Controls.Control)
Protected MethodOnDrop (Inherited from System.Windows.Controls.Control)
Protected MethodOnGotFocus Called before the GotFocus event occurs. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnKeyDown (Inherited from System.Windows.Controls.Control)
Protected MethodOnKeyUp (Inherited from System.Windows.Controls.Control)
Protected MethodOnLoadingRow Raises the LoadingRow event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnLoadingRowDetails Raises the LoadingRowDetails event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnLoadingRowGroup Raises the LoadingRowGroup event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnLostFocus Called before the LostFocus event occurs. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnLostMouseCapture (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseEnter (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseLeave (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseLeftButtonDown (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseLeftButtonUp (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseMove (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseRightButtonDown (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseRightButtonUp (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseWheel Called before the MouseWheel event occurs. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnPreparingCellForEditRaises the PreparingCellForEdit event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnRowEditEndedRaises the RowEditEnded event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnRowEditEndingRaises the RowEditEnding event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnSelectionChangedRaises the SelectionChanged event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnTextInput (Inherited from System.Windows.Controls.Control)
Protected MethodOnTextInputStart (Inherited from System.Windows.Controls.Control)
Protected MethodOnTextInputUpdate (Inherited from System.Windows.Controls.Control)
Protected MethodOnUnloaded Called when the element is unloaded. (Inherited from Intersoft.Client.Framework.ISControl)
Protected MethodOnUnloadingRow Raises the UnloadingRow event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnUnloadingRowDetails Raises the UnloadingRowDetails event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Protected MethodOnUnloadingRowGroup Raises the UnloadingRowGroup event. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Top
Public Events
 NameDescription
Public EventAutoGeneratingColumn Occurs one time for each public, non-static property in the bound data type when the ItemsSource property is changed and the AutoGenerateColumns property is true. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventBeginningEdit Occurs before a cell or row enters editing mode. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventBindingValidationErrorOccurs when a data validation error is reported by a binding source. (Inherited from System.Windows.FrameworkElement)
Public EventCellEditEndedOccurs when a cell edit has been committed or canceled. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventCellEditEndingOccurs when a cell edit is ending. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventColumnDisplayIndexChangedOccurs when the DisplayIndex property of a column changes. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventColumnReorderedOccurs when a UXGridView column has moved to a new position in the display order. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventColumnReorderingOccurs before a UXGridView column moves to a new position in the display order. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventCopyingRowClipboardContentOccurs when the row is prepared for a clipboard copy operation. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventCurrentCellChangedOccurs when a different cell becomes the current cell. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventDataContextChangedOccurs when the data context for this element changes. (Inherited from System.Windows.FrameworkElement)
Public EventDragEnterOccurs when the input system reports an underlying drag event with this element as the target. (Inherited from System.Windows.UIElement)
Public EventDragLeaveOccurs when the input system reports an underlying drag event with this element as the origin. (Inherited from System.Windows.UIElement)
Public EventDragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from System.Windows.UIElement)
Public EventDropOccurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from System.Windows.UIElement)
Public EventExported Occurs when data is succesfully exported. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventExporting Occurs when data is being exported. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventGotFocusOccurs when a System.Windows.UIElement receives focus. (Inherited from System.Windows.UIElement)
Public EventIsEnabledChangedOccurs when the System.Windows.Controls.Control.IsEnabled property changes. (Inherited from System.Windows.Controls.Control)
Public EventKeyDownOccurs when a keyboard key is pressed while the System.Windows.UIElement has focus. (Inherited from System.Windows.UIElement)
Public EventKeyUpOccurs when a keyboard key is released while the System.Windows.UIElement has focus. (Inherited from System.Windows.UIElement)
Public EventLayoutUpdatedOccurs when the layout of the Silverlight visual tree changes. (Inherited from System.Windows.FrameworkElement)
Public EventLoadedOccurs when a System.Windows.FrameworkElement has been constructed and added to the object tree. (Inherited from System.Windows.FrameworkElement)
Public EventLostFocusOccurs when a System.Windows.UIElement loses focus. (Inherited from System.Windows.UIElement)
Public EventLostMouseCaptureOccurs when the System.Windows.UIElement loses mouse capture. (Inherited from System.Windows.UIElement)
Public EventMediaCommandOccurs when a button is pressed on a remote control. (Inherited from System.Windows.UIElement)
Public EventMouseEnterOccurs when the mouse (or a stylus) enters the bounding area of a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public EventMouseLeaveOccurs when the mouse (or the stylus) leaves the bounding area of a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public EventMouseLeftButtonDownOccurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet) while the mouse pointer is over a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public EventMouseLeftButtonUpOccurs when the left mouse button is released (or the tip of the stylus is removed from the tablet) while the mouse (or the stylus) is over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture). (Inherited from System.Windows.UIElement)
Public EventMouseMoveOccurs when the coordinate position of the mouse (or stylus) changes while over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture). (Inherited from System.Windows.UIElement)
Public EventMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public EventMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over a System.Windows.UIElement. However, this event will only be raised if a caller marks the preceding System.Windows.UIElement.MouseRightButtonDown event as handled; see Remarks. (Inherited from System.Windows.UIElement)
Public EventMouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over a System.Windows.UIElement, or the System.Windows.UIElement has focus. (Inherited from System.Windows.UIElement)
Public EventPreparingCellForEditOccurs when a cell in a column enters editing mode. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventRowDetailsVisibilityChangedOccurs when the RowDetailsVisibilityMode property value changes. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventRowEditEndedOccurs when a row edit has been committed or canceled. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventRowEditEndingOccurs when a row edit is ending. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventSelectionChangedOccurs when the SelectedItem or SelectedItems property value changes. (Inherited from Intersoft.Client.UI.Data.UXGridView)
Public EventSizeChangedOccurs when either the System.Windows.FrameworkElement.ActualHeight or the System.Windows.FrameworkElement.ActualWidth properties change value on a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public EventTextInputOccurs when a UI element gets text in a device-independent manner. (Inherited from System.Windows.UIElement)
Public EventTextInputStartOccurs when a UI element initially gets text in a device-independent manner. (Inherited from System.Windows.UIElement)
Public EventTextInputUpdateOccurs when text continues to be composed via an input method editor (IME). (Inherited from System.Windows.UIElement)
Public EventUnloadedOccurs when this object is no longer connected to the main object tree. (Inherited from System.Windows.FrameworkElement)
Top
See Also

Reference

UXTreeList Class
Intersoft.Client.UI.Data Namespace

Send Feedback