Intersoft ClientUI Documentation
DetailsElement Property



Gets the row details section as a framework element.
Syntax
Public ReadOnly Property DetailsElement As FrameworkElement
Dim instance As UXGridViewRowDetailsEventArgs
Dim value As FrameworkElement
 
value = instance.DetailsElement
public FrameworkElement DetailsElement {get;}
public:
property FrameworkElement^ DetailsElement {
   FrameworkElement^ get();
}

Property Value

The row details section.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridViewRowDetailsEventArgs Class
UXGridViewRowDetailsEventArgs Members

Send Feedback