Class CommandPropertyItem
- Namespace
- H.Controls.Form.PropertyItems
- Assembly
- H.Controls.Form.dll
public class CommandPropertyItem : ObjectPropertyItem<ICommand>, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, IPropertyItem, IValueChangeable, IBindingVisibleable, IRefreshOnValueChanged, IDataErrorInfo, IDisposable
- Inheritance
-
CommandPropertyItem
- Implements
- Inherited Members
- Extension Methods
Constructors
CommandPropertyItem(PropertyInfo, object)
public CommandPropertyItem(PropertyInfo property, object obj)
Parameters
property
PropertyInfoobj
object
Properties
CommandParameter
说明
public object CommandParameter { get; set; }
Property Value
HotKey
public string HotKey { get; set; }