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