Class RibbonEasyBindCommand
Inheritance
System.Object
RibbonEasyBindCommand
Namespace: ArtOfTest.Common.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RibbonEasyBindCommand : EasyBindCommand
Constructors
RibbonEasyBindCommand(Action<Object>, Func<Object, Boolean>)
Declaration
public RibbonEasyBindCommand(Action<object> executeAction = null, Func<object, bool> canExecuteFunc = null)
Parameters
System.Action<System.Object>
executeAction
|
System.Func<System.Object, System.Boolean>
canExecuteFunc
|
Properties
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
ImageSource
Declaration
public string ImageSource { get; set; }
Property Value
System.String
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|
View
Visibility
Declaration
public Visibility Visibility { get; set; }
Property Value
System.Windows.Visibility
|