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






Represents a UXGridView column.

Object Model

UXGridViewColumn Class

Syntax

Visual Basic (Declaration) 
<StyleTypedPropertyAttribute(Property="DragIndicatorStyle", StyleTargetType=System.Windows.Controls.ContentControl)>
<StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewColumnHeader)>
<DescriptionAttribute("Represents a UXGridView column.")>
<StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewCell)>
Public MustInherit Class UXGridViewColumn 
   Inherits System.Windows.DependencyObject
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewColumn
C# 
[StyleTypedPropertyAttribute(Property="DragIndicatorStyle", StyleTargetType=System.Windows.Controls.ContentControl)]
[StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewColumnHeader)]
[DescriptionAttribute("Represents a UXGridView column.")]
[StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewCell)]
public abstract class UXGridViewColumn : System.Windows.DependencyObject 
Delphi 
public class UXGridViewColumn = class(System.Windows.DependencyObject)abstract; 
JScript 
StyleTypedPropertyAttribute(Property="DragIndicatorStyle", StyleTargetType=System.Windows.Controls.ContentControl)
StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewColumnHeader)
DescriptionAttribute("Represents a UXGridView column.")
StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewCell)
public abstract class UXGridViewColumn extends System.Windows.DependencyObject
Managed Extensions for C++ 
[StyleTypedPropertyAttribute(Property="DragIndicatorStyle", StyleTargetType=System.Windows.Controls.ContentControl)]
[StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewColumnHeader)]
[DescriptionAttribute("Represents a UXGridView column.")]
[StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewCell)]
public __gc abstract class UXGridViewColumn : public System.Windows.DependencyObject 
C++/CLI 
[StyleTypedPropertyAttribute(Property="DragIndicatorStyle", StyleTargetType=System.Windows.Controls.ContentControl)]
[StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewColumnHeader)]
[DescriptionAttribute("Represents a UXGridView column.")]
[StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewCell)]
public ref class UXGridViewColumn abstract : public System.Windows.DependencyObject 

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.UI.Data.UXGridViewColumn
         Intersoft.Client.UI.Data.UXGridViewBoundColumn
         Intersoft.Client.UI.Data.UXGridViewExpanderColumn
         Intersoft.Client.UI.Data.UXGridViewSelectColumn
         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.