windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-widgetview-2dfaa105.md
Provides access to the column collection for this WidgetView.
Namespace : DevExpress.XtraBars.Docking2010.Views.Widget
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[ListBindable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, true, true, 1)]
public ColumnDefinitionCollection Columns { get; }
<ListBindable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, True, True, 1)>
Public ReadOnly Property Columns As ColumnDefinitionCollection
| Type | Description |
|---|---|
| DevExpress.XtraBars.Docking2010.Views.Widget.ColumnDefinitionCollection |
A ColumnDefinitionCollection object that stores columns for this WidgetView.
|
The Columns property provides access to the collection of ColumnDefinition objects, which serve as columns within this WidgetView in Table Layout mode. In this mode, Widget Documents are organized into a table formed by columns and rows. You can modify these row and column collections via the WidgetView.Rows and Columns properties respectively. To switch the WidgetView to a Table Layout mode, set the WidgetView.LayoutMode to TableLayout. See the Widget View topic to learn more.
See Also
Columns