Class DocumentPartProperties
Represents the properties of a structured document tag of DocumentPart type.
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DocumentPartProperties : SdtProperties, ISdtProperties
Constructors
DocumentPartProperties()
Initializes a new instance of the DocumentPartProperties class.
Declaration
public DocumentPartProperties()
DocumentPartProperties(DocumentPartProperties)
Initializes a new instance of the DocumentPartProperties class.
Declaration
public DocumentPartProperties(DocumentPartProperties properties)
Parameters
DocumentPartProperties
properties
|
Properties
ContainsBuiltInDocPart
Gets or sets a value that indicated whether the sdt contains a built in document part.
Declaration
[XamlSerializable]
public bool ContainsBuiltInDocPart { get; set; }
Property Value
System.Boolean
|
DocumentPartCategoryFilter
Gets or sets the document part category filter.
Declaration
[XamlSerializable]
public string DocumentPartCategoryFilter { get; set; }
Property Value
System.String
|
DocumentPartGalleryFilter
Gets or sets the document part gallery filter.
Declaration
[XamlSerializable]
public string DocumentPartGalleryFilter { get; set; }
Property Value
System.String
|