Back to Devexpress

LayoutViewField.RepositoryItem Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewfield.md

latest2.0 KB
Original Source

LayoutViewField.RepositoryItem Property

Gets the repository item specifying the editor used to edit the current field’s cell values.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override RepositoryItem RepositoryItem { get; set; }
vb
Public Overrides Property RepositoryItem As RepositoryItem

Property Value

TypeDescription
RepositoryItem

A RepositoryItem descendant.

|

Remarks

Use a corresponding column’s GridColumn.ColumnEdit property to specify the editor type used for in-place editing. To access this column, see the LayoutViewField.Column property.

The RepositoryItem property returns the value of the GridColumn.ColumnEdit property.

See Also

ColumnEdit

Column

LayoutViewField Class

LayoutViewField Members

DevExpress.XtraGrid.Views.Layout Namespace