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