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


In This Topic
    HtmlFormatSettings Class Members
    In This Topic

    The following tables list the members exposed by 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
    See Also