Class
Placeholder

Represents a placeholder in a structured document for dynamic content insertion.

Definition

Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class Placeholder

Inheritance: objectPlaceholder

Constructors

Placeholder()

Declaration

cs-api-definition
public Placeholder()

Properties

DocumentPartReference

Represents a reference to a document part within a structured document.

Declaration

cs-api-definition
[XamlSerializable]
public string DocumentPartReference { get; set; }

Property Value

string

PlaceholderText

Represents the text associated with a placeholder in a structured document.

Declaration

cs-api-definition
public string PlaceholderText { get; set; }

Property Value

string

ShowPlaceholder

Shows the placeholder in the document.

Declaration

cs-api-definition
[XamlSerializable]
public bool? ShowPlaceholder { get; set; }

Property Value

bool?