CustomValueEditorArgs(ClauseNode, Object, Int32, RepositoryItem) Constructor
Initializes a new instance of the CustomValueEditorArgs class with specified settings.
Namespace: DevExpress.XtraEditors.Filtering
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: 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