Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Export Namespace / HtmlClipboardExporter Class / FormatSettings Property


In This Topic
    FormatSettings Property (HtmlClipboardExporter)
    In This Topic
    Gets the HtmlFormatSettings object that will be used for the copy.
    Syntax
    'Declaration
     
    Public ReadOnly Property FormatSettings As HtmlFormatSettings
    'Usage
     
    Dim instance As HtmlClipboardExporter
    Dim value As HtmlFormatSettings
     
    instance.FormatSettings = value
     
    value = instance.FormatSettings
    public HtmlFormatSettings FormatSettings {get;}

    Property Value

    A HtmlFormatSettings object that will be used for the copy.
    Requirements

    Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also