[Root] / Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Settings Namespace / ColumnSettings Class / StringFormat Property


In This Topic
    StringFormat Property (ColumnSettings)
    In This Topic
    Saves Column.CellContentStringFormat when datagrid settings are saved (persisted), and restores it when settings are loaded.
    Syntax
    'Declaration
     
    Public Property StringFormat As String
    'Usage
     
    Dim instance As ColumnSettings
    Dim value As String
     
    instance.StringFormat = value
     
    value = instance.StringFormat
    public string StringFormat {get; set;}
    Supported Frameworks

    See Also