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






Represents a UXGridView column that hosts UXCheckBox controls in its cells.

Object Model

UXGridViewCheckBoxColumn Class

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Represents a UXGridView column that hosts UXCheckBox controls in its cells.")>
<StyleTypedPropertyAttribute(Property="EditingElementStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXCheckBox)>
<StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXCheckBox)>
Public Class UXGridViewCheckBoxColumn 
   Inherits UXGridViewBoundColumn
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewCheckBoxColumn
C# 
[DescriptionAttribute("Represents a UXGridView column that hosts UXCheckBox controls in its cells.")]
[StyleTypedPropertyAttribute(Property="EditingElementStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXCheckBox)]
[StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXCheckBox)]
public class UXGridViewCheckBoxColumn : UXGridViewBoundColumn 
Delphi 
public class UXGridViewCheckBoxColumn = class(UXGridViewBoundColumn)
JScript 
DescriptionAttribute("Represents a UXGridView column that hosts UXCheckBox controls in its cells.")
StyleTypedPropertyAttribute(Property="EditingElementStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXCheckBox)
StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXCheckBox)
public class UXGridViewCheckBoxColumn extends UXGridViewBoundColumn
Managed Extensions for C++ 
[DescriptionAttribute("Represents a UXGridView column that hosts UXCheckBox controls in its cells.")]
[StyleTypedPropertyAttribute(Property="EditingElementStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXCheckBox)]
[StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXCheckBox)]
public __gc class UXGridViewCheckBoxColumn : public UXGridViewBoundColumn 
C++/CLI 
[DescriptionAttribute("Represents a UXGridView column that hosts UXCheckBox controls in its cells.")]
[StyleTypedPropertyAttribute(Property="EditingElementStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXCheckBox)]
[StyleTypedPropertyAttribute(Property="ElementStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXCheckBox)]
public ref class UXGridViewCheckBoxColumn : public UXGridViewBoundColumn 

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.UI.Data.UXGridViewColumn
         Intersoft.Client.UI.Data.UXGridViewBoundColumn
            Intersoft.Client.UI.Data.UXGridViewCheckBoxColumn

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.