Back to Devexpress

BaseLayoutItem.OptionsTableLayoutItem Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-0440d0b1.md

latest1.8 KB
Original Source

BaseLayoutItem.OptionsTableLayoutItem Property

Provides access to the options that specify how a layout item is arranged within a table layout.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
OptionsTableLayoutItem

An object that contains the layout item’s arrangement options.

|

Remarks

The returned object provides a set of properties that allow you to customize a layout item’s arrangement within a table layout.

See Also

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace