Class DocumentPartPropertiesBase
Base configuration for content controls that embed reusable building blocks, providing filtering by gallery and category.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class DocumentPartPropertiesBase : SdtProperties, ISdtProperties
Constructors
DocumentPartPropertiesBase(DocumentPartPropertiesBase)
Initializes a new instance of the DocumentPartPropertiesBase class.
Declaration
public DocumentPartPropertiesBase(DocumentPartPropertiesBase properties)
Parameters
|
DocumentPartPropertiesBase
properties
|
DocumentPartPropertiesBase(SdtType)
Initializes a new instance of the DocumentPartPropertiesBase class.
Declaration
public DocumentPartPropertiesBase(SdtType type)
Parameters
|
SdtType
type
|
Properties
ContainsBuiltInDocPart
Gets or sets whether the content control references a built-in building block provided by the application.
Declaration
public bool ContainsBuiltInDocPart { get; set; }
Property Value
|
System.Boolean
|
DocumentPartCategoryFilter
Gets or sets the category name used to further filter available building blocks within the specified gallery.
Declaration
public string DocumentPartCategoryFilter { get; set; }
Property Value
|
System.String
|
DocumentPartGalleryFilter
Gets or sets the gallery name used to filter which building blocks are available for selection.
Declaration
public string DocumentPartGalleryFilter { get; set; }
Property Value
|
System.String
|