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






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

Object Model

UXGridViewExpanderColumn 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 UXGridViewExpanderColumn 
   Inherits UXGridViewColumn
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewExpanderColumn
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 UXGridViewExpanderColumn : UXGridViewColumn 
Delphi 
public class UXGridViewExpanderColumn = 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 UXGridViewExpanderColumn 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 UXGridViewExpanderColumn : 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 UXGridViewExpanderColumn : public UXGridViewColumn 

Inheritance Hierarchy

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

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.