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






Used within the template of a UXGridView to specify the location in the control's visual tree where the new row is to be added.

Object Model

UXGridViewNewRowPresenter Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class UXGridViewNewRowPresenter 
   Inherits Intersoft.Client.Framework.ISPanel
   Implements IFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewNewRowPresenter
C# 
public sealed class UXGridViewNewRowPresenter : Intersoft.Client.Framework.ISPanel, IFramework, ILicensing  
Delphi 
public class UXGridViewNewRowPresenter = class(Intersoft.Client.Framework.ISPanel, IFramework, ILicensing)sealed; 
JScript 
public sealed class UXGridViewNewRowPresenter extends Intersoft.Client.Framework.ISPanel implements IFramework, ILicensing 
Managed Extensions for C++ 
public __gc __sealed class UXGridViewNewRowPresenter : public Intersoft.Client.Framework.ISPanel, IFramework, ILicensing  
C++/CLI 
public ref class UXGridViewNewRowPresenter sealed : public Intersoft.Client.Framework.ISPanel, IFramework, ILicensing  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Panel
               Intersoft.Client.Framework.ISPanel
                  Intersoft.Client.UI.Data.UXGridViewNewRowPresenter

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.