Class ToolBarButtonDefinition
Definition of an ToolBarButton
Inheritance
System.Object
ToolBarButtonDefinition
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ToolBarButtonDefinition
Constructors
View SourceToolBarButtonDefinition()
Creates a new instance of the ToolBarButtonDefinition class.
Declaration
public ToolBarButtonDefinition()
ToolBarButtonDefinition(Nullable<Guid>)
Creates a new instance of the ToolBarButtonDefinition class.
Declaration
public ToolBarButtonDefinition(Guid? id)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Guid> | id | The identifier. |
Properties
View SourceCommand
Gets or sets the command of the System.Windows.Controls.Button.
Declaration
public ICommand Command { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
CommandParameter
Gets or sets the command parameter of the System.Windows.Controls.Button.
Declaration
public object CommandParameter { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Content
Gets or sets the content of the System.Windows.Controls.Button.
Declaration
public object Content { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Id
The unique identifier of the ToolBarButtonDefinition.
Declaration
public Guid? Id { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Tooltip
Gets or sets the tooltip of the System.Windows.Controls.Button.
Declaration
public object Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Object |