Class Placeholder
Represents the class that defines the placeholder settings of the SDT.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class Placeholder
Constructors
Placeholder()
Declaration
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
public string DocumentPartReference { get; set; }
Property Value
System.String
|
PlaceholderText
Gets or sets the value that indicates text of the placeholder.
Declaration
public string PlaceholderText { get; set; }
Property Value
System.String
|
ShowPlaceholder
Gets or sets the value that indicates whether or not to show the contents of a SDT as a placeholder.
Declaration
public bool? ShowPlaceholder { get; set; }
Property Value
System.Nullable<System.Boolean>
|