Class ValidationHelperElement
Inheritance
System.Object
ValidationHelperElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ValidationHelperElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
ValidationHelperElement()
Declaration
public ValidationHelperElement()
Properties
IsRightLocated
Declaration
public bool IsRightLocated { get; }
Property Value
System.Boolean
|
Methods
GetBorder(RadElementCollection)
Declaration
public static IBorderElement GetBorder(RadElementCollection children)
Parameters
RadElementCollection
children
|
Returns
IBorderElement
|
GetValidationElement(RadElementCollection)
Try to find the ValidationHelperElement in the Children collection
Declaration
public static ValidationHelperElement GetValidationElement(RadElementCollection children)
Parameters
RadElementCollection
children
|
Returns
ValidationHelperElement
The ValidationHelperElement. Return Null if the element is not found. |
RestoreBorderColor(IBorderElement)
Restore the color of the Validated control.
Declaration
public static void RestoreBorderColor(IBorderElement border)
Parameters
IBorderElement
border
The Border element |
SetBorderColor(IBorderElement)
Set Border of the Validated control.
Declaration
public static void SetBorderColor(IBorderElement border)
Parameters
IBorderElement
border
The Border element |