Class DocumentPartGalleryProperties
Represents the properties of a structured document tag of DocumentPartGallery type.
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DocumentPartGalleryProperties : SdtProperties, ISdtProperties
Constructors
DocumentPartGalleryProperties()
Initializes a new instance of the DocumentPartGalleryProperties class.
Declaration
public DocumentPartGalleryProperties()
DocumentPartGalleryProperties(DocumentPartGalleryProperties)
Initializes a new instance of the DocumentPartGalleryProperties class.
Declaration
public DocumentPartGalleryProperties(DocumentPartGalleryProperties properties)
Parameters
DocumentPartGalleryProperties
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
|