DataLayoutControl.AddToHiddenItems(BaseLayoutItem) Method
In This Article
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 | Base |
A Base |
#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