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

LayoutRepositoryItem Class

Represents a layout item capable of displaying information provided by a repository item object.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public class LayoutRepositoryItem :
    LayoutControlItem

Remarks

Some container controls (e.g. XtraGrid) can embed Layout Controls. Layout items in an embedded Layout Control must be capable of displaying repository item objects. The LayoutRepositoryItem is the base for classes that represent layout items in container controls.

Inheritance

See Also