Skip to main content

LayoutViewField(RepositoryItem) Constructor

Initializes a new instance of the LayoutViewField class with the specified repository item.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public LayoutViewField(
    RepositoryItem editor
)

Parameters

Name Type Description
editor RepositoryItem

A RepositoryItem class descendant which identifies the type of editor to be used for data editing in the created field.

See Also