In This Article

PropertyGridItemActionRequest Class

Stores information about a request for a PropertyGridItemActionHandler.

public class PropertyGridItemActionRequest
Inheritance:
System.Object Object

Constructors

PropertyGridItemActionRequest(PropertyGridItem, FrameworkElement, String)

Initializes a new instance of the PropertyGridItemActionRequest class.

public PropertyGridItemActionRequest(PropertyGridItem container, FrameworkElement element, string text)
Parameter Type Description
container PropertyGridItem

The PropertyGridItem container.

element System.Windows.FrameworkElement

The System.Windows.FrameworkElement in the container that is the focus of this request.

text System.String

The typed text, if any, that triggered the request.

Properties

Container

Gets the PropertyGridItem container.

public PropertyGridItem Container { get; }

Property Value

PropertyGridItem:

The PropertyGridItem container.

Element

Gets the System.Windows.FrameworkElement in the container that is the focus of this request.

public FrameworkElement Element { get; }

Property Value

System.Windows.FrameworkElement:

The System.Windows.FrameworkElement in the container that is the focus of this request.

Text

Gets the typed text, if any, that triggered the request.

public string Text { get; }

Property Value

System.String:

The typed text, if any, that triggered the request.

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()