Interface IInternalCommand
public interface IInternalCommand : INotifyPropertyChanged
- Inherited Members
- Extension Methods
Properties
Command
ICommand Command { get; }
Property Value
IsDefault
bool IsDefault { get; set; }
Property Value
IsEnabled
bool IsEnabled { get; set; }
Property Value
IsVisible
bool IsVisible { get; set; }
Property Value
Name
string Name { get; set; }