ClassDocumentPropertyMetadata
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class DocumentPropertyMetadata : RadPropertyMetadata
Inheritance: objectRadPropertyMetadataDocumentPropertyMetadata
Inherited Members
Constructors
DocumentPropertyMetadata(object)
Declaration
cs-api-definition
public DocumentPropertyMetadata(object defaultValue)
Parameters
defaultValue
DocumentPropertyMetadata(object, DocumentPropertyMetadataOptions)
Declaration
cs-api-definition
public DocumentPropertyMetadata(object defaultValue, DocumentPropertyMetadataOptions options)
Parameters
defaultValue
options
DocumentPropertyMetadata(object, PropertyChangedCallback)
Declaration
cs-api-definition
public DocumentPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback)
Parameters
defaultValue
propertyChangedCallback
DocumentPropertyMetadata(object, PropertyChangedCallback, DocumentPropertyMetadataOptions)
Declaration
cs-api-definition
public DocumentPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback, DocumentPropertyMetadataOptions options)
Parameters
defaultValue
propertyChangedCallback
options