Interface IDocumentFormatProviderMetadata
Represents the metadata for a document format provider in the Telerik document format provider framework.
Namespace: Telerik.Windows.Documents.FormatProviders
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IDocumentFormatProviderMetadata
Properties
IsDefault
Gets a value indicating whether the document format provider is the default format provider.
Declaration
bool IsDefault { get; }
Property Value
System.Boolean
|