Skip to main content
A newer version of this page is available. .

DataLayoutControl.AddToHiddenItems(BaseLayoutItem) Method

Adds a layout item to the control and hides it.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

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