Skip to main content
A newer version of this page is available. .
All docs
V21.2

CustomValueEditorArgs(ClauseNode, Object, Int32, RepositoryItem) Constructor

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

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

public CustomValueEditorArgs(
    ClauseNode node,
    object value,
    int elementIndex,
    RepositoryItem repositoryItem
)

Parameters

Name Type
node DevExpress.XtraEditors.Filtering.ClauseNode
value Object
elementIndex Int32
repositoryItem RepositoryItem
See Also