Interface ICancel
Adds cancel capability to the deriving classes.
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public interface ICancel
Properties
Cancel
Gets or sets a value to the Cancel property.
Declaration
bool Cancel { get; }
Property Value
System.Boolean
|