Back to Devexpress

OptionsTableLayoutGroup.ColumnCount Property

windowsforms-devexpress-dot-xtralayout-dot-optionstablelayoutgroup-dc64e7ab.md

latest1.8 KB
Original Source

OptionsTableLayoutGroup.ColumnCount Property

Returns the number of columns within the table layout.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public int ColumnCount { get; }
vb
<Browsable(False)>
Public ReadOnly Property ColumnCount As Integer

Property Value

TypeDescription
Int32

The number of columns within the table layout.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ColumnCount
LayoutGroup

.OptionsTableLayoutGroup .ColumnCount

|

Remarks

The ColumnCount property gets the number of elements within the layout group’s OptionsTableLayoutGroup.ColumnDefinitions collection.

See Also

ColumnDefinitions

OptionsTableLayoutGroup Class

OptionsTableLayoutGroup Members

DevExpress.XtraLayout Namespace