IDocumentFormatProvider
Interface
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public interface IDocumentFormatProvider
Derived Classes:
Properties
C#
string FilesDescription { get; }
SupportedExtensions
IEnumerable<string>
C#
IEnumerable<string> SupportedExtensions { get; }