Skip to main content

LayoutGroup.OptionsTableLayoutGroup Property

Provides settings and events for table layout customization.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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