Class EditItemWithPropertyGridButtonBehavior
- Namespace
- HeBianGu.Control.PropertyGrid
- Assembly
- HeBianGu.Control.PropertyGrid.dll
public class EditItemWithPropertyGridButtonBehavior : ItemsSourceButtonBehaviorBase, IAnimatable, IAttachedObject
- Inheritance
-
EditItemWithPropertyGridButtonBehavior
- Implements
- Inherited Members
- Extension Methods
Fields
ItemProperty
public static readonly DependencyProperty ItemProperty
Field Value
TitleProperty
public static readonly DependencyProperty TitleProperty
Field Value
UseSaveProperty
public static readonly DependencyProperty UseSaveProperty
Field Value
Properties
Item
public object Item { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
UseSave
public bool UseSave { get; set; }
Property Value
Methods
OnClick()
protected override void OnClick()