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