Show / Hide Table of Contents

Class ToolBarButtonDefinition

Definition of an ToolBarButton

Inheritance
object
ToolBarButtonDefinition
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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(Guid?)

Creates a new instance of the ToolBarButtonDefinition class.

Declaration
public ToolBarButtonDefinition(Guid? id)
Parameters
Type Name Description
Guid? id

The identifier.

Properties

View Source

Command

Gets or sets the command of the Button.

Declaration
public ICommand Command { get; set; }
Property Value
Type Description
ICommand
View Source

CommandParameter

Gets or sets the command parameter of the Button.

Declaration
public object CommandParameter { get; set; }
Property Value
Type Description
object
View Source

Content

Gets or sets the content of the Button.

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

Id

The unique identifier of the ToolBarButtonDefinition.

Declaration
public Guid? Id { get; }
Property Value
Type Description
Guid?
View Source

Tooltip

Gets or sets the tooltip of the Button.

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

Extension Methods

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