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






Represents an individual UXGridView column header.

Object Model

UXGridViewColumnHeader Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="FilterIcon", Type=Intersoft.Client.UI.Aqua.UXToggleButton)>
<TemplateVisualStateAttribute(Name="SortDescending", GroupName="SortStates")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")>
<DescriptionAttribute("Represents an individual UXGridView column header.")>
<TemplateVisualStateAttribute(GroupName="SortStates", Name="SortAscending")>
<TemplatePartAttribute(Name="FilterPopup", Type=Intersoft.Client.UI.Controls.UXPopup)>
<TemplatePartAttribute(Name="FilterElement", Type=Intersoft.Client.UI.Data.UXDataFilter)>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")>
<TemplateVisualStateAttribute(GroupName="SortStates", Name="Unsorted")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")>
Public Class UXGridViewColumnHeader 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewColumnHeader
C# 
[TemplatePartAttribute(Name="FilterIcon", Type=Intersoft.Client.UI.Aqua.UXToggleButton)]
[TemplateVisualStateAttribute(Name="SortDescending", GroupName="SortStates")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[DescriptionAttribute("Represents an individual UXGridView column header.")]
[TemplateVisualStateAttribute(GroupName="SortStates", Name="SortAscending")]
[TemplatePartAttribute(Name="FilterPopup", Type=Intersoft.Client.UI.Controls.UXPopup)]
[TemplatePartAttribute(Name="FilterElement", Type=Intersoft.Client.UI.Data.UXDataFilter)]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")]
[TemplateVisualStateAttribute(GroupName="SortStates", Name="Unsorted")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
public class UXGridViewColumnHeader : Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
Delphi 
public class UXGridViewColumnHeader = class(Intersoft.Client.Framework.ISContentControl, IControl, IFramework, ILicensing)
JScript 
TemplatePartAttribute(Name="FilterIcon", Type=Intersoft.Client.UI.Aqua.UXToggleButton)
TemplateVisualStateAttribute(Name="SortDescending", GroupName="SortStates")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")
DescriptionAttribute("Represents an individual UXGridView column header.")
TemplateVisualStateAttribute(GroupName="SortStates", Name="SortAscending")
TemplatePartAttribute(Name="FilterPopup", Type=Intersoft.Client.UI.Controls.UXPopup)
TemplatePartAttribute(Name="FilterElement", Type=Intersoft.Client.UI.Data.UXDataFilter)
TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")
TemplateVisualStateAttribute(GroupName="SortStates", Name="Unsorted")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")
public class UXGridViewColumnHeader extends Intersoft.Client.Framework.ISContentControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="FilterIcon", Type=Intersoft.Client.UI.Aqua.UXToggleButton)]
[TemplateVisualStateAttribute(Name="SortDescending", GroupName="SortStates")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[DescriptionAttribute("Represents an individual UXGridView column header.")]
[TemplateVisualStateAttribute(GroupName="SortStates", Name="SortAscending")]
[TemplatePartAttribute(Name="FilterPopup", Type=Intersoft.Client.UI.Controls.UXPopup)]
[TemplatePartAttribute(Name="FilterElement", Type=Intersoft.Client.UI.Data.UXDataFilter)]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")]
[TemplateVisualStateAttribute(GroupName="SortStates", Name="Unsorted")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
public __gc class UXGridViewColumnHeader : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
C++/CLI 
[TemplatePartAttribute(Name="FilterIcon", Type=Intersoft.Client.UI.Aqua.UXToggleButton)]
[TemplateVisualStateAttribute(Name="SortDescending", GroupName="SortStates")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[DescriptionAttribute("Represents an individual UXGridView column header.")]
[TemplateVisualStateAttribute(GroupName="SortStates", Name="SortAscending")]
[TemplatePartAttribute(Name="FilterPopup", Type=Intersoft.Client.UI.Controls.UXPopup)]
[TemplatePartAttribute(Name="FilterElement", Type=Intersoft.Client.UI.Data.UXDataFilter)]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")]
[TemplateVisualStateAttribute(GroupName="SortStates", Name="Unsorted")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
public ref class UXGridViewColumnHeader : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.UI.Data.UXGridViewColumnHeader

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.