Back to Devexpress

LayoutViewOptionsCustomization.ShowGroupHiddenItems Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscustomization-44b47e97.md

latest2.5 KB
Original Source

LayoutViewOptionsCustomization.ShowGroupHiddenItems Property

Gets or sets whether the Hidden Items list is displayed within the Template Card tab in the Customization Form in advanced customization mode.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowGroupHiddenItems { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ShowGroupHiddenItems As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowGroupHiddenItems
LayoutView

.OptionsCustomization .ShowGroupHiddenItems

|

Remarks

This option has effect when the LayoutViewOptionsCustomization.UseAdvancedRuntimeCustomization property is set to true.

See Also

UseAdvancedRuntimeCustomization

LayoutViewOptionsCustomization Class

LayoutViewOptionsCustomization Members

DevExpress.XtraGrid.Views.Layout Namespace