CommandDescriptor
Represents class that describes RadSpreadsheet command.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Commands.Descriptors
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class CommandDescriptor : NotifyPropertyChangedBase, IDisposable
Inheritance: objectCommandDescriptor
Implements:
Constructors
Initializes a new instance of the CommandDescriptor class.
Fields
Gets the default CommandDescriptor.
public static readonly CommandDescriptor Default
Gets the default CommandDescriptor for commands which selected value is .
public static readonly CommandDescriptor DefaultBool
Gets the default CommandDescriptor for commands which selected value is Color.
public static readonly CommandDescriptor DefaultColor
Gets the default CommandDescriptor for commands which selected value is .
public static readonly CommandDescriptor DefaultDouble
Gets the default CommandDescriptor for commands which selected value is .
public static readonly CommandDescriptor DefaultInt
Properties
Gets or sets a value indicating whether the command descriptor is enabled.
public bool IsEnabled { get; set; }
The value indicating whether the command descriptor is enabled.
Gets or sets the selected value.
public object SelectedValue { get; set; }
The selected value.
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Implements:
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
protected virtual void Dispose(bool cleanUpManagedResources)
True if want to clean the managed resources.