ClassDocumentPartPropertiesBase
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
DocumentPartPropertiesBase(DocumentPartPropertiesBase)
Initializes a new instance of the DocumentPartPropertiesBase class.
Declaration
public DocumentPartPropertiesBase(DocumentPartPropertiesBase properties)
Parameters
properties
DocumentPartPropertiesBase(SdtType)
Initializes a new instance of the DocumentPartPropertiesBase class.
Declaration
public DocumentPartPropertiesBase(SdtType type)
Parameters
type
Properties
ContainsBuiltInDocPart
Gets or sets whether the content control references a built-in building block provided by the application.
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
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