Back to Devexpress

LayoutView.Items Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-9feee010.md

latest2.1 KB
Original Source

LayoutView.Items Property

Provides access to a card’s visible and hidden layout items (card fields, empty regions, etc).

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, true, true, 1000, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(2)]
[Browsable(false)]
public ReadOnlyItemCollection Items { get; set; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, True, True, 1000, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(2)>
<Browsable(False)>
Public Property Items As ReadOnlyItemCollection

Property Value

TypeDescription
DevExpress.XtraLayout.Utils.ReadOnlyItemCollection

A DevExpress.XtraLayout.Utils.ReadOnlyItemCollection collection containing a card’s items.

|

Remarks

To access only hidden items, use the LayoutView.HiddenItems property.

To customize the layout of fields within a card, use the LayoutView.TemplateCard property.

See Also

HiddenItems

TemplateCard

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace