LayoutGroup.OptionsTableLayoutGroup Property
In This Article
Provides settings and events for table layout customization.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[DXCategory("Options")]
public OptionsTableLayoutGroup OptionsTableLayoutGroup { get; }
#Property Value
Type | Description |
---|---|
Options |
An object that contains options and settings specific to table layout mode. |
See Also