DataLayoutControl.AddToHiddenItems(BaseLayoutItem) Method
Adds a layout item to the control and hides it.
Namespace: DevExpress.XtraDataLayout
Assembly: DevExpress.XtraLayout.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
Declaration
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