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






Represents a UXGridView column that can bind to a property in the grid's data source.

Object Model

UXGridViewBoundColumn Class

Syntax

Visual Basic (Declaration) 
<StyleTypedPropertyAttribute(Property="EditingElementStyle", StyleTargetType=System.Windows.FrameworkElement)>
<DescriptionAttribute("Represents a UXGridView column that can bind to a property in the grid's data source.")>
<StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=System.Windows.FrameworkElement)>
Public MustInherit Class UXGridViewBoundColumn 
   Inherits UXGridViewColumn
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewBoundColumn
C# 
[StyleTypedPropertyAttribute(Property="EditingElementStyle", StyleTargetType=System.Windows.FrameworkElement)]
[DescriptionAttribute("Represents a UXGridView column that can bind to a property in the grid's data source.")]
[StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=System.Windows.FrameworkElement)]
public abstract class UXGridViewBoundColumn : UXGridViewColumn 
Delphi 
public class UXGridViewBoundColumn = class(UXGridViewColumn)abstract; 
JScript 
StyleTypedPropertyAttribute(Property="EditingElementStyle", StyleTargetType=System.Windows.FrameworkElement)
DescriptionAttribute("Represents a UXGridView column that can bind to a property in the grid's data source.")
StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=System.Windows.FrameworkElement)
public abstract class UXGridViewBoundColumn extends UXGridViewColumn
Managed Extensions for C++ 
[StyleTypedPropertyAttribute(Property="EditingElementStyle", StyleTargetType=System.Windows.FrameworkElement)]
[DescriptionAttribute("Represents a UXGridView column that can bind to a property in the grid's data source.")]
[StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=System.Windows.FrameworkElement)]
public __gc abstract class UXGridViewBoundColumn : public UXGridViewColumn 
C++/CLI 
[StyleTypedPropertyAttribute(Property="EditingElementStyle", StyleTargetType=System.Windows.FrameworkElement)]
[DescriptionAttribute("Represents a UXGridView column that can bind to a property in the grid's data source.")]
[StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=System.Windows.FrameworkElement)]
public ref class UXGridViewBoundColumn abstract : public UXGridViewColumn 

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.UI.Data.UXGridViewColumn
         Intersoft.Client.UI.Data.UXGridViewBoundColumn
            Intersoft.Client.UI.Data.UXGridViewCheckBoxColumn
            Intersoft.Client.UI.Data.UXGridViewComboBoxColumn
            Intersoft.Client.UI.Data.UXGridViewHyperlinkColumn
            Intersoft.Client.UI.Data.UXGridViewTemplateColumn
            Intersoft.Client.UI.Data.UXGridViewTextColumn

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.