ValidateItemEventArgs Properties
Contains data for ValidateAndSave and ValidateAndSave events.Name | Description |
---|---|
AutoUpdateItemsSource | Gets or sets whether the control should update the source of items when editing is finished. |
Context | Gets the context object. |
DataChangeType | Gets the operation type. |
IsValid | Gets or sets whether the new value is valid. |
Item | Gets the control’s item whose value is changed. |
SourceIndex | Gets the index (in the data source) of the item that is changed. |
See Also