RuleSet.CustomIsEmptyValueType Event
In This Article
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
public static event EventHandler<CustomIsEmptyValueTypeEventArgs> CustomIsEmptyValueType
#Event Data
The CustomIsEmptyValueType event's data class is DevExpress.Persistent.Validation.CustomIsEmptyValueTypeEventArgs.
See Also