名前 | 解説 | |
---|---|---|
NumberStringValidator コンストラクタ |
NumberStringValidatorデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
CultureProperty | The Culture attached property can be used to localize validation results: <TextBox c1sched:NumberStringValidator.Culture=''{Binding Path=CalendarHelper.Culture, RelativeSource={RelativeSource AncestorType={x:Type c1sched:C1Scheduler}}, Mode=OneWay}''/> |
名前 | 解説 | |
---|---|---|
Format | Gets or sets formatting strings which should be used at number conversion. | |
Max | Gets or sets a maximum allowable value. | |
Min | Gets or sets a minimum allowable value. | |
ValidatesOnTargetUpdated | System.Windows.Controls.ValidationRuleから継承されます。 | |
ValidationCulture | Gets or sets culture used for localizing validation results. If this property is null, the System.Globalization.CultureInfo specified in Validate method parameters will be used. | |
ValidationStep | System.Windows.Controls.ValidationRuleから継承されます。 |
名前 | 解説 | |
---|---|---|
GetCulture | Gets the value of the Culture attached property for a given DependencyObject. | |
SetCulture | Sets the value of the Culture attached property for a given DependencyObject. | |
Validate | オーバーロードされます。 オーバーライドされます。 Performs validation checks on a value. |