Back to Devexpress

WidgetView.Rows Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-widgetview-a5082f27.md

latest2.9 KB
Original Source

WidgetView.Rows Property

Provides access to the row collection for this WidgetView.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[ListBindable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, true, true, 1)]
public RowDefinitionCollection Rows { get; }
vb
<ListBindable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, True, True, 1)>
Public ReadOnly Property Rows As RowDefinitionCollection

Property Value

TypeDescription
DevExpress.XtraBars.Docking2010.Views.Widget.RowDefinitionCollection

A ColumnDefinitionCollection object that stores rows for this WidgetView.

|

Remarks

The Rows property provides access to the collection of RowDefinition objects, which serve as rows 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 column and row collections via the WidgetView.Columns and Rows 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

LayoutMode

Widget View

WidgetView Class

WidgetView Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace