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


In This Topic
    HtmlFormatSettings Class Properties
    In This Topic

    For a list of all members of this type, see HtmlFormatSettings members.

    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