Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual bool ShowInCustomizationForm { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also