Skip to main content

PGridCustomEditorRow(RepositoryItem) Constructor

Initializes a new instance of the PGridCustomEditorRow class with specified settings.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public PGridCustomEditorRow(
    RepositoryItem baseRepository
)

Parameters

Name Type Description
baseRepository RepositoryItem

An object that specifies a repository item of the editor used to edit values in this row. This value is assigned to the Repository property.

See Also