In This Article

PartEditBoxInline Class

Represents an inline UI element within a PartEditBoxBase-derived control.

public class PartEditBoxInline
Inheritance:
System.Object Object

Constructors

PartEditBoxInline()

public PartEditBoxInline()

Properties

ContentTemplate

Gets or sets the System.Windows.DataTemplate to use for rendering the UI of the inline.

public DataTemplate ContentTemplate { get; set; }

Property Value

System.Windows.DataTemplate:

The System.Windows.DataTemplate to use for rendering the UI of the inline.

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()