Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataLayoutControl.AddToHiddenItems(BaseLayoutItem) Method

Adds a layout item to the control and hides it.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public void AddToHiddenItems(
    BaseLayoutItem item
)

#Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem descendant that represents the layout item to be added to the control and hidden.

#Remarks

The AddToHiddenItems method adds the specified layout item to the LayoutControl.Items collection and then hides it. Hidden items can be accessed via the LayoutControl.HiddenItems collection.

See Also