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

LayoutItem Class

Represents the base class for layout items.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

public class LayoutItem :
    BaseLayoutItem

Remarks

The LayoutItem class represents the base class for layout items. This class is abstract, so its instances cannot be created.

To create an item that can display an external control, create an instance of the LayoutControlItem class.

See Also