ValidationHelper
Ecng.Xaml
Provides attached properties to associate validation rules with DevExpress editors.
メソッド
GetBaseEdit(BaseEditSettings) : BaseEdit
Gets the BaseEdit instance associated with the specified settings object.
GetValidationRules(DependencyObject) : ValidationRulesCollection
Gets the collection of validation rules attached to the specified object.
SetBaseEdit(BaseEditSettings, BaseEdit)
Associates a BaseEdit instance with the specified settings object.
SetValidationRules(DependencyObject, ValidationRulesCollection)
Sets the collection of validation rules attached to the specified object.
フィールド
BaseEditProperty : DependencyProperty
Identifies the BaseEdit attached property.
ValidationRulesProperty : DependencyProperty
Identifies the ValidationRules attached property.