ButtonItem Class

Button item class.

Definition

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

Constructors

ButtonItemInitializes a new instance of the ButtonItem class

Properties

Command Command associated with the element.
CommandParameter Parameters of the command associated with the element.
Image Item image.
LargeImage Item image.
Size Element size.
Text Element text.
ToolTip Element tooltip.

Extension Methods

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

See Also