Intersoft ClientUI Documentation
EditingElement Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewCellEditEndingEventArgs Class : EditingElement Property






Gets the element displayed when the cell is in edit mode.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property EditingElement As FrameworkElement
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewCellEditEndingEventArgs
Dim value As FrameworkElement
 
value = instance.EditingElement
C# 
public FrameworkElement EditingElement {get;}
Delphi 
public read-only property EditingElement: FrameworkElement; 
JScript 
public function get EditingElement : FrameworkElement
Managed Extensions for C++ 
public: __property FrameworkElement* get_EditingElement();
C++/CLI 
public:
property FrameworkElement^ EditingElement {
   FrameworkElement^ get();
}

Property Value

The element displayed when the cell is in edit mode.

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.