| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Columns As ColumnCollection | |
| C# | |
|---|---|
public ColumnCollection Columns {get;} | |
Return Value
A reference to a ColumnCollection containing a list of the grid's columns that will be displayed in the details to which the configuration is applied. By default, a null reference (Nothing in Visual Basic).All columns, regardless of their state, will be contained in the collection. To retrieve the columns that are only visible in the grid's viewport, consult the VisibleColumns property.
Supported Frameworks: Microsoft .NET Framework version 3.5
Reference
DetailConfiguration ClassDetailConfiguration Members
Properties
VisibleColumns PropertyAutoCreateColumns Property