Click or drag to resize

AspectValidationAttributeValidationMethod Property

Name of the method that runs the validation. The method must take no arguments and return null if successful or a string if not.

Namespace:  Demo3D.Gui.AspectViewer
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public string ValidationMethod { get; set; }

Property Value

Type: String
See Also