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






Represents a UXGridView column that used to check or unchecked items.

Object Model

UXGridViewSelectColumn Class

Syntax

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

Inheritance Hierarchy

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

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.