Click or drag to resize

CommandSourceFactoryTHeader Property

Gets the header to be shown in the UI. Usually this is a localized text naming the command.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public virtual Object? Header { get; }

Property Value

Type: Object

Implements

ICommandSourceFactoryHeader
See Also