CommandItem Class

Command item class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class CommandItem : BindableBase
Inheritance
Object    BindableCore    BindableBase    CommandItem

Constructors

CommandItemInitializes a new instance of the CommandItem class

Properties

Description Process description.
Extensibility Contains the extensibility object.
Image Item image.
IsSeparator Indicates that the element is a separator.
Parameter Element parameter.
Process Process key code.
Size Command size.
Text Process text.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also