| Visual Basic (Declaration) | |
|---|---|
Public Property ColumnHeaderBorderStyle As UIElementBorderStyle | |
| C# | |
|---|---|
public UIElementBorderStyle ColumnHeaderBorderStyle {get; set;} | |
The following code sample demonstrates how to use the column header properties of the UltraListViewDetailsSettings object (which is the data type of the UltraListView's ViewSettingsDetails property):
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win | |
| C# | Copy Code |
|---|---|
using Infragistics.Win; | |
