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

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.v19.2.dll

Declaration

public override RepositoryItem RepositoryItem { get; set; }

Property Value

Type Description
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