Back to Devexpress

BaseLayoutItem.ShowInCustomizationForm Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-1ecc3bc1.md

latest1.8 KB
Original Source

BaseLayoutItem.ShowInCustomizationForm Property

Gets or sets whether the layout item is displayed within the Customization Form when the item is hidden.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual bool ShowInCustomizationForm { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Overridable Property ShowInCustomizationForm As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the layout item is displayed within the Customization Form when it’s hidden; otherwise, false.

|

See Also

Visible

Customization Form - Layout Control

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace