Intersoft ClientUI Documentation
UXTreeListRow Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Data Namespace : UXTreeListRow Class






Object Model

UXTreeListRow Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="BusyIndicator", Type=System.Windows.Shapes.Ellipse)>
<TemplateVisualStateAttribute(Name="Loaded", GroupName="LoadingStates")>
<TemplateVisualStateAttribute(GroupName="LoadingStates", Name="Loading")>
Public Class UXTreeListRow 
   Inherits UXGridViewRow
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXTreeListRow
C# 
[TemplatePartAttribute(Name="BusyIndicator", Type=System.Windows.Shapes.Ellipse)]
[TemplateVisualStateAttribute(Name="Loaded", GroupName="LoadingStates")]
[TemplateVisualStateAttribute(GroupName="LoadingStates", Name="Loading")]
public class UXTreeListRow : UXGridViewRow, IControlIFramework, ILicensing  
Delphi 
public class UXTreeListRow = class(UXGridViewRow, IControl, IFramework, ILicensing)
JScript 
TemplatePartAttribute(Name="BusyIndicator", Type=System.Windows.Shapes.Ellipse)
TemplateVisualStateAttribute(Name="Loaded", GroupName="LoadingStates")
TemplateVisualStateAttribute(GroupName="LoadingStates", Name="Loading")
public class UXTreeListRow extends UXGridViewRow implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="BusyIndicator", Type=System.Windows.Shapes.Ellipse)]
[TemplateVisualStateAttribute(Name="Loaded", GroupName="LoadingStates")]
[TemplateVisualStateAttribute(GroupName="LoadingStates", Name="Loading")]
public __gc class UXTreeListRow : public UXGridViewRow, IControlIFramework, ILicensing  
C++/CLI 
[TemplatePartAttribute(Name="BusyIndicator", Type=System.Windows.Shapes.Ellipse)]
[TemplateVisualStateAttribute(Name="Loaded", GroupName="LoadingStates")]
[TemplateVisualStateAttribute(GroupName="LoadingStates", Name="Loading")]
public ref class UXTreeListRow : public UXGridViewRow, IControlIFramework, ILicensing  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.Data.UXGridViewRowBase
                     Intersoft.Client.UI.Data.UXGridViewRow
                        Intersoft.Client.UI.Data.UXTreeListRow

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.