In This Article

PartEditBoxInline Class

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

public class PartEditBoxInline
Inheritance:
Object Object

Constructors

PartEditBoxInline()

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