Class RadDockService
Defines base for all services registered with a RadDock instance.
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public abstract class RadDockService : RadDockObject, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
RadDockService()
Properties
DockManager
Gets the RadDock instance this service is registered with.
Declaration
public RadDock DockManager { get; }
Property Value
RadDock
|
DockManagerDesignMode
Determines whether the associated RadDock instance (if any) is in design mode.
Declaration
protected bool DockManagerDesignMode { get; }
Property Value
System.Boolean
|
Enabled
Determines whether the Service is enabled (may be started). If the Service is working and its is disabled, it will end its current operation.
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
Methods
CanOperate()
Determines whether the service is operational and may perform actions.
Declaration
public virtual bool CanOperate()
Returns
System.Boolean
|
OnDockManagerChanged()
The service gets notified that its current dock manager has changed.
Declaration
protected virtual void OnDockManagerChanged()
OnEnabledChanged()
Notifies for a change in the Enabled state.
Declaration
protected virtual void OnEnabledChanged()