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






Represents a UXGridView column that used to expand or collapsed row details.

Object Model

UXGridViewSequenceColumn Class

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Represents a UXGridView column that used to expand or collapsed row details.")>
<StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewExpanderButton)>
Public Class UXGridViewSequenceColumn 
   Inherits UXGridViewColumn
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewSequenceColumn
C# 
[DescriptionAttribute("Represents a UXGridView column that used to expand or collapsed row details.")]
[StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewExpanderButton)]
public class UXGridViewSequenceColumn : UXGridViewColumn 
Delphi 
public class UXGridViewSequenceColumn = class(UXGridViewColumn)
JScript 
DescriptionAttribute("Represents a UXGridView column that used to expand or collapsed row details.")
StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewExpanderButton)
public class UXGridViewSequenceColumn extends UXGridViewColumn
Managed Extensions for C++ 
[DescriptionAttribute("Represents a UXGridView column that used to expand or collapsed row details.")]
[StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewExpanderButton)]
public __gc class UXGridViewSequenceColumn : public UXGridViewColumn 
C++/CLI 
[DescriptionAttribute("Represents a UXGridView column that used to expand or collapsed row details.")]
[StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewExpanderButton)]
public ref class UXGridViewSequenceColumn : public UXGridViewColumn 

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.UI.Data.UXGridViewColumn
         Intersoft.Client.UI.Data.UXGridViewSequenceColumn

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.