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

LayoutViewField(RepositoryItem) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.2.dll

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