ClassDocumentPartGalleryProperties
Class
Represents the properties of a structured document tag of DocumentPartGallery type.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class DocumentPartGalleryProperties : SdtProperties
Inheritance: objectSdtPropertiesDocumentPartGalleryProperties
Inherited Members
Constructors
DocumentPartGalleryProperties()
Initializes a new instance of the DocumentPartGalleryProperties class.
Declaration
cs-api-definition
public DocumentPartGalleryProperties()
DocumentPartGalleryProperties(DocumentPartGalleryProperties)
Initializes a new instance of the DocumentPartGalleryProperties class.
Declaration
cs-api-definition
public DocumentPartGalleryProperties(DocumentPartGalleryProperties properties)
Parameters
properties
Properties
ContainsBuiltInDocPart
Gets or sets a value that indicated whether the sdt contains a built in document part.
Declaration
cs-api-definition
[XamlSerializable]
public bool ContainsBuiltInDocPart { get; set; }
Property Value
DocumentPartCategoryFilter
Gets or sets the document part category filter.
Declaration
cs-api-definition
[XamlSerializable]
public string DocumentPartCategoryFilter { get; set; }
Property Value
DocumentPartGalleryFilter
Gets or sets the document part gallery filter.
Declaration
cs-api-definition
[XamlSerializable]
public string DocumentPartGalleryFilter { get; set; }
Property Value