Show / Hide Table of Contents

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 Source

ToolBarButtonDefinition()

Creates a new instance of the ToolBarButtonDefinition class.

Declaration
public ToolBarButtonDefinition()
View Source

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 Source

Command

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
View Source

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
View Source

Content

Gets or sets the content of the System.Windows.Controls.Button.

Declaration
public object Content { get; set; }
Property Value
Type Description
System.Object
View Source

Id

The unique identifier of the ToolBarButtonDefinition.

Declaration
public Guid? Id { get; }
Property Value
Type Description
System.Nullable<System.Guid>
View Source

Tooltip

Gets or sets the tooltip of the System.Windows.Controls.Button.

Declaration
public object Tooltip { get; set; }
Property Value
Type Description
System.Object

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX