Infragistics2.Win.UltraWinListView.v8.1
HeaderUIElement Property
See Also 
Infragistics.Win.UltraWinListView Namespace > UltraListViewColumnBase Class : HeaderUIElement Property

Returns the UltraListViewColumnHeaderUIElement that represents this UltraListViewColumnBase in the user interface.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property HeaderUIElement As UltraListViewColumnHeaderUIElement
C# 
public UltraListViewColumnHeaderUIElement HeaderUIElement {get;}

See Also