Back to Devexpress

ColumnDefinition Class

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-623626c8.md

latest2.5 KB
Original Source

ColumnDefinition Class

A column within a Widget View.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class ColumnDefinition :
    BaseRelativeLengthElement
vb
Public Class ColumnDefinition
    Inherits BaseRelativeLengthElement

Remarks

Widget View can be switched to table layout mode with the WidgetView.LayoutMode property. In this mode, the View’s mark-up is built by rows and columns stored within WidgetView.Rows and WidgetView.Columns collections respectively. See the Table Layout Mode section of the Widget View topic for details.

Inheritance

Object MarshalByRefObject Component BaseComponent BaseRelativeLengthElement ColumnDefinition

See Also

ColumnDefinition Members

LayoutMode

Rows

Columns

Widget View

DevExpress.XtraBars.Docking2010.Views.Widget Namespace