Formatting Values
Vertical grid controls (VGridControl and PropertyGridControl) expose properties and events that allow you to format cell display text.
To format cell values in edit mode, use masks for the grid’s in-place editors. Each in-place editor exposes a MaskSettings property. You can customize its settings to specify an appropriate format pattern. Read the following help topic for more information: Input Mask.
#Member Table
#Fundamentals
#Task-Based Help
- How to: Format Values in the Vertical Grid Using Standard Format Strings
- How to: Format Date-Time Values Using the LongDate Pattern
- How to: Format Date-Time Values Using a Custom Format Pattern
- How to: Format a Numeric Value according to its Sign
- How to: Add Custom Text to a Formatted String
- How to: Create a Custom Formatter to Change the Case of String Values
- How to: Create a Custom Formatter to Represent Decimal Values in Binary