Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Export Namespace / HtmlFormatSettings Class
Members


In This Topic
    HtmlFormatSettings Class
    In This Topic
    Class that represents formatting settings used to export rows and to copy them to the clipboard using the HTML format.
    Syntax
    'Declaration
     
    Public Class HtmlFormatSettings 
       Inherits FormatSettingsBase
    'Usage
     
    Dim instance As HtmlFormatSettings
    public class HtmlFormatSettings : FormatSettingsBase 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.DataGrid.Export.FormatSettingsBase
          Xceed.Wpf.DataGrid.Export.HtmlFormatSettings

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the HtmlFormatSettings class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the culture used for the export / clipboard copy. (Inherited from Xceed.Wpf.DataGrid.Export.FormatSettingsBase)
    Public PropertyGets or sets the delimiter used after a row when copying to the clipboard using HTML.  
    Public PropertyGets or sets the delimiter used before a row when copying to the clipboard using HTML.  
    Public PropertyGets or sets the date-time format used for the export / clipboard copy. (Inherited from Xceed.Wpf.DataGrid.Export.FormatSettingsBase)
    Public PropertyGets or sets the delimiter used after all data copied to the clipboard using HTML.  
    Public PropertyGets or sets the delimiter used before all data copied to the clipboard using HTML.  
    Public PropertyGets or sets the delimiter used after a field when copying to the clipboard using HTML.  
    Public PropertyGets or sets the delimiter used before a field when copying to the clipboard using HTML.  
    Public PropertyGets or sets the floating point format. (Inherited from Xceed.Wpf.DataGrid.Export.FormatSettingsBase)
    Public PropertyGets or sets the delimiter used after a row of header data when copying to the clipboard using HTML.  
    Public PropertyGets or sets the delimiter used before a row of header data when copying to the clipboard using HTML.  
    Public PropertyGets or sets the delimiter used after a field in a row of header data when copying to the clipboard using HTML.  
    Public PropertyGets or sets the delimiter used before a field in a row of header data when copying to the clipboard using HTML.  
    Public PropertyGets or sets the numeric format. (Inherited from Xceed.Wpf.DataGrid.Export.FormatSettingsBase)
    Top
    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