Back to Devexpress

LayoutGroup.OptionsTableLayoutGroup Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-40014620.md

latest1.7 KB
Original Source

LayoutGroup.OptionsTableLayoutGroup Property

Provides settings and events for table layout customization.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[DXCategory("Options")]
public OptionsTableLayoutGroup OptionsTableLayoutGroup { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
<DXCategory("Options")>
Public ReadOnly Property OptionsTableLayoutGroup As OptionsTableLayoutGroup

Property Value

TypeDescription
OptionsTableLayoutGroup

An object that contains options and settings specific to table layout mode.

|

See Also

Table Layout

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace