In This Article

PartEditBoxInline Class

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

public class PartEditBoxInline
Inheritance:
object object

Constructors

PartEditBoxInline()

Initializes an instance of the class.

public PartEditBoxInline()

Properties

ContentTemplate

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

public DataTemplate? ContentTemplate { get; set; }

Property Value

DataTemplate

Inherited Members

Extension Methods