ClassRadDockService
Class
Defines base for all services registered with a RadDock instance.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public abstract class RadDockService : RadDockObject, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectRadDockObjectRadDockService
Derived Classes:
Implements:
Inherited Members
Constructors
RadDockService()
Initializes a new RadDockService instance.
Declaration
cs-api-definition
public RadDockService()
Properties
DockManager
Gets the RadDock instance this service is registered with.
DockManagerDesignMode
Determines whether the associated RadDock instance (if any) is in design mode.
Methods
CanOperate()
Determines whether the service is operational and may perform actions.
OnDockManagerChanged()
The service gets notified that its current dock manager has changed.
Declaration
cs-api-definition
protected virtual void OnDockManagerChanged()
OnEnabledChanged()
Notifies for a change in the Enabled state.
Declaration
cs-api-definition
protected virtual void OnEnabledChanged()