Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / CellTextFormatInfo Class / FormatSpecifier Property


FormatSpecifier Property (CellTextFormatInfo)
Gets the format that will be used to display the text in the Xceed.Grid.Viewers.CellViewerManager.
Syntax
'Declaration
 
Public Overridable ReadOnly Property FormatSpecifier As String
 
'Usage
 
Dim instance As CellTextFormatInfo
Dim value As String
 
value = instance.FormatSpecifier

Property Value

A string representing the format that will be used to display the text in the Xceed.Grid.Viewers.CellViewerManager. By default, string.Empty.
Requirements

Target Platforms: 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