Back to Devexpress

BaseLayoutItem.OptionsCustomization Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-d7636ad5.md

latest1.5 KB
Original Source

BaseLayoutItem.OptionsCustomization Property

Contains options that specify which operations can be performed on the layout item at runtime.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
BaseLayoutItemCustomizationOptions

A BaseLayoutItemCustomizationOptions object that contains the corresponding options.

|

See Also

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace