In This Article

PartEditBoxInline Class

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

public class PartEditBoxInline
Inheritance:
object object

Constructors

PartEditBoxInline()

Initializes an instance of the class.

public PartEditBoxInline()

Properties

ContentTemplate

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

public DataTemplate ContentTemplate { get; set; }

Property Value

DataTemplate:

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

Inherited Members