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






Represents an individual UXGridView row header.

Object Model

UXGridViewRowHeader Class

Syntax

Visual Basic (Declaration) 
<TemplateVisualStateAttribute(Name="NoIndicator", GroupName="IndicatorStates")>
<TemplateVisualStateAttribute(GroupName="IndicatorStates", Name="EditIndicator")>
<DescriptionAttribute("Represents an individual UXGridView row header.")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")>
<TemplateVisualStateAttribute(GroupName="EmptyRowStates", Name="NewRow")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Selected")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")>
<TemplateVisualStateAttribute(GroupName="ValidationStates", Name="RowInvalid")>
<TemplateVisualStateAttribute(GroupName="IndicatorStates", Name="SelectedIndicator")>
<TemplateVisualStateAttribute(GroupName="ValidationStates", Name="RowValid")>
<TemplateVisualStateAttribute(GroupName="EmptyRowStates", Name="Row")>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.FrameworkElement)>
Public Class UXGridViewRowHeader 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewRowHeader
C# 
[TemplateVisualStateAttribute(Name="NoIndicator", GroupName="IndicatorStates")]
[TemplateVisualStateAttribute(GroupName="IndicatorStates", Name="EditIndicator")]
[DescriptionAttribute("Represents an individual UXGridView row header.")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="EmptyRowStates", Name="NewRow")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Selected")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="ValidationStates", Name="RowInvalid")]
[TemplateVisualStateAttribute(GroupName="IndicatorStates", Name="SelectedIndicator")]
[TemplateVisualStateAttribute(GroupName="ValidationStates", Name="RowValid")]
[TemplateVisualStateAttribute(GroupName="EmptyRowStates", Name="Row")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.FrameworkElement)]
public class UXGridViewRowHeader : Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
Delphi 
public class UXGridViewRowHeader = class(Intersoft.Client.Framework.ISContentControl, IControl, IFramework, ILicensing)
JScript 
TemplateVisualStateAttribute(Name="NoIndicator", GroupName="IndicatorStates")
TemplateVisualStateAttribute(GroupName="IndicatorStates", Name="EditIndicator")
DescriptionAttribute("Represents an individual UXGridView row header.")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")
TemplateVisualStateAttribute(GroupName="EmptyRowStates", Name="NewRow")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="Selected")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")
TemplateVisualStateAttribute(GroupName="ValidationStates", Name="RowInvalid")
TemplateVisualStateAttribute(GroupName="IndicatorStates", Name="SelectedIndicator")
TemplateVisualStateAttribute(GroupName="ValidationStates", Name="RowValid")
TemplateVisualStateAttribute(GroupName="EmptyRowStates", Name="Row")
TemplatePartAttribute(Name="RootElement", Type=System.Windows.FrameworkElement)
public class UXGridViewRowHeader extends Intersoft.Client.Framework.ISContentControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplateVisualStateAttribute(Name="NoIndicator", GroupName="IndicatorStates")]
[TemplateVisualStateAttribute(GroupName="IndicatorStates", Name="EditIndicator")]
[DescriptionAttribute("Represents an individual UXGridView row header.")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="EmptyRowStates", Name="NewRow")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Selected")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="ValidationStates", Name="RowInvalid")]
[TemplateVisualStateAttribute(GroupName="IndicatorStates", Name="SelectedIndicator")]
[TemplateVisualStateAttribute(GroupName="ValidationStates", Name="RowValid")]
[TemplateVisualStateAttribute(GroupName="EmptyRowStates", Name="Row")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.FrameworkElement)]
public __gc class UXGridViewRowHeader : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
C++/CLI 
[TemplateVisualStateAttribute(Name="NoIndicator", GroupName="IndicatorStates")]
[TemplateVisualStateAttribute(GroupName="IndicatorStates", Name="EditIndicator")]
[DescriptionAttribute("Represents an individual UXGridView row header.")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="EmptyRowStates", Name="NewRow")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Selected")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="ValidationStates", Name="RowInvalid")]
[TemplateVisualStateAttribute(GroupName="IndicatorStates", Name="SelectedIndicator")]
[TemplateVisualStateAttribute(GroupName="ValidationStates", Name="RowValid")]
[TemplateVisualStateAttribute(GroupName="EmptyRowStates", Name="Row")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.FrameworkElement)]
public ref class UXGridViewRowHeader : 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.UXGridViewRowHeader

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.