Skip to main content
A newer version of this page is available. .

LayoutGroup.OptionsTableLayoutGroup Property

Provides settings and events for table layout customization.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[DXCategory("Options")]
public OptionsTableLayoutGroup OptionsTableLayoutGroup { get; }

Property Value

Type Description
OptionsTableLayoutGroup

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

See Also