Back to Devexpress

EditorExtension.GetValue Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-editorextension-dot-getvalue.md

latest3.1 KB
Original Source

EditorExtension.GetValue Method

NameParametersDescription
GetValue<T>(String, MaskSettings) staticname, maskSettingsReturns a specific editor’s value, which is validated based on the passed mask settings.
GetValue<T>(String, ValidationSettings, MaskSettings) staticname, validationSettings, maskSettingsReturns a specific editor’s value, which is validated based on the passed validation and mask settings.
GetValue<T>(String, ValidationSettings, EventHandler<ValidationEventArgs>, MaskSettings, ref Boolean) staticname, validationSettings, validationDelegate, maskSettings, isValidReturns a specific editor’s value, which is validated based on the passed validation and mask settings, and custom validation logic, and indicates whether the editor value is valid.
GetValue<T>(String, ValidationSettings, EventHandler<ValidationEventArgs>, MaskSettings) staticname, validationSettings, validationDelegate, maskSettingsReturns a specific editor’s value, which is validated based on the passed validation and mask settings and custom validation logic.
GetValue<T>(String, ValidationSettings, EventHandler<ValidationEventArgs>, ref Boolean) staticname, validationSettings, validationDelegate, isValidReturns a specific editor’s value, which is validated based on both the passed validation settings and custom validation logic, and indicates whether the editor value is valid.
GetValue<T>(String, ValidationSettings, EventHandler<ValidationEventArgs>) staticname, validationSettings, validationDelegateReturns a specific editor’s value, which is validated based on both the passed validation settings and custom validation logic.
GetValue<T>(String, ValidationSettings) staticname, validationSettingsReturns a specific editor’s value, which is validated based on the passed validation settings.
GetValue<T>(String) staticnameReturns a specific editor’s value.