Class ServiceBase<T>
Base class for all services that support the RadControl infrastructure.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class ServiceBase<T> : AttachableObject<T> where T : RadRadialMenu
Type Parameters
T
|
Properties
IsOperational
Determines whether the service is operational (may provide its functionality).
Declaration
protected virtual bool IsOperational { get; }
Property Value
System.Boolean
|