Back to Devexpress

LayoutRepositoryItem Class

windowsforms-devexpress-dot-xtralayout-e28831d3.md

latest1.8 KB
Original Source

LayoutRepositoryItem Class

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class LayoutRepositoryItem :
    LayoutControlItem
vb
Public Class LayoutRepositoryItem
    Inherits 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

Object MarshalByRefObject Component DevExpress.XtraLayout.SupportVisitor BaseLayoutItem LayoutItem LayoutControlItem LayoutRepositoryItem LayoutViewField

See Also

LayoutRepositoryItem Members

DevExpress.XtraLayout Namespace