Class
Placeholder

Represents the class that defines the placeholder settings of the SDT.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class Placeholder

Inheritance: objectPlaceholder

Constructors

Placeholder()

Initializes a new instance of the Placeholder class, setting default values for placeholder settings in structured document tags.

Declaration

cs-api-definition
public Placeholder()

Properties

DocumentPartReference

Gets or sets the value that indicates specifies the name of the document part which shall be displayed in the parent structured document tag when its run contents are empty.

Declaration

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

Property Value

string

PlaceholderText

Gets or sets the value that indicates text of the placeholder.

Declaration

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

Property Value

string

ShowPlaceholder

Gets or sets the value that indicates whether or not to show the contents of a SDT as a placeholder.

Declaration

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

Property Value

bool?