Base for all TPF classes. Implements WPF-like property system with different value sources.
Provides public interface for getting, setting value or re-setting property value.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public class RadObject : DisposableObject, INotifyPropertyChanged,
ICustomTypeDescriptor |
| Visual Basic |
|---|
Public Class RadObject _
Inherits DisposableObject _
Implements INotifyPropertyChanged, ICustomTypeDescriptor |
Inheritance Hierarchy
See Also