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






Represents a UXGridView row group footer.

Object Model

UXGridViewRowGroupFooter Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="RowHeader", Type=Intersoft.Client.UI.Data.UXGridViewRowHeader)>
<TemplatePartAttribute(Name="CellsPresenter", Type=Intersoft.Client.UI.Data.UXGridViewCellsPresenter)>
<StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewRowHeader)>
<TemplatePartAttribute(Name="BottomGridLine", Type=System.Windows.Shapes.Rectangle)>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Panel)>
Public Class UXGridViewRowGroupFooter 
   Inherits Intersoft.Client.Framework.ISControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewRowGroupFooter
C# 
[TemplatePartAttribute(Name="RowHeader", Type=Intersoft.Client.UI.Data.UXGridViewRowHeader)]
[TemplatePartAttribute(Name="CellsPresenter", Type=Intersoft.Client.UI.Data.UXGridViewCellsPresenter)]
[StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewRowHeader)]
[TemplatePartAttribute(Name="BottomGridLine", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Panel)]
public class UXGridViewRowGroupFooter : Intersoft.Client.Framework.ISControl, IControlIFramework, ILicensing  
Delphi 
public class UXGridViewRowGroupFooter = class(Intersoft.Client.Framework.ISControl, IControl, IFramework, ILicensing)
JScript 
TemplatePartAttribute(Name="RowHeader", Type=Intersoft.Client.UI.Data.UXGridViewRowHeader)
TemplatePartAttribute(Name="CellsPresenter", Type=Intersoft.Client.UI.Data.UXGridViewCellsPresenter)
StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewRowHeader)
TemplatePartAttribute(Name="BottomGridLine", Type=System.Windows.Shapes.Rectangle)
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Panel)
public class UXGridViewRowGroupFooter extends Intersoft.Client.Framework.ISControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="RowHeader", Type=Intersoft.Client.UI.Data.UXGridViewRowHeader)]
[TemplatePartAttribute(Name="CellsPresenter", Type=Intersoft.Client.UI.Data.UXGridViewCellsPresenter)]
[StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewRowHeader)]
[TemplatePartAttribute(Name="BottomGridLine", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Panel)]
public __gc class UXGridViewRowGroupFooter : public Intersoft.Client.Framework.ISControl, IControlIFramework, ILicensing  
C++/CLI 
[TemplatePartAttribute(Name="RowHeader", Type=Intersoft.Client.UI.Data.UXGridViewRowHeader)]
[TemplatePartAttribute(Name="CellsPresenter", Type=Intersoft.Client.UI.Data.UXGridViewCellsPresenter)]
[StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=Intersoft.Client.UI.Data.UXGridViewRowHeader)]
[TemplatePartAttribute(Name="BottomGridLine", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Panel)]
public ref class UXGridViewRowGroupFooter : public Intersoft.Client.Framework.ISControl, IControlIFramework, ILicensing  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.Data.UXGridViewRowGroupFooter

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.