Adds a property change behavior to the list of behaviors of the element.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void AddBehavior(
PropertyChangeBehavior behavior
) |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Sub AddBehavior ( _
behavior As PropertyChangeBehavior _
) |
Remarks
See Also