Name | Description | |
---|---|---|
Empty | Gets an empty CellTextFormatInfo. |
The following tables list the members exposed by CellTextFormatInfo.
Name | Description | |
---|---|---|
FormatProvider | Gets the custom Format Provider that will be used to format the text displayed in the Xceed.Grid.Viewers.CellViewerManager. | |
FormatSpecifier | Gets the format that will be used to display the text in the Xceed.Grid.Viewers.CellViewerManager. | |
NullText | Gets the text that is displayed when the text to display in the Xceed.Grid.Viewers.CellViewerManager is equal to NullValue. | |
NullValue | Gets the a null reference (Nothing in Visual Basic) value of the cell or column from which the CellTextFormatInfo was created. | |
StringFormat | Gets the System.Drawing.StringFormat that is to be used to paint the text that is to be displayed by the Xceed.Grid.Viewers.CellViewerManager. |
Name | Description | |
---|---|---|
CreateFromCell | Creates a new CellTextFormatInfo instance which retrieves its values from the specified Cell. | |
CreateFromColumn | Creates a new CellTextFormatInfo instance which retrieves its values from the specified Column. |