Table of Contents

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

DependencyProperty

TitleProperty

public static readonly DependencyProperty TitleProperty

Field Value

DependencyProperty

UseSaveProperty

public static readonly DependencyProperty UseSaveProperty

Field Value

DependencyProperty

Properties

Item

public object Item { get; set; }

Property Value

object

Title

public string Title { get; set; }

Property Value

string

UseSave

public bool UseSave { get; set; }

Property Value

bool

Methods

OnClick()

protected override void OnClick()