Skip to main content

Formatting Values

The vertical grid controls (VGridControl and PropertyGridControl) allow you to format the display text of their cells via the properties and events that are provided by the conrols.

To format cell values in edit mode, you should use masks for the grid’s in-place editors. Each in-place editor provides a RepositoryItemTextEdit.Mask property which can be customized to provide an appropriate format pattern for entering values. See the Input Mask document for more information.

Member Table

Fundamentals

Task-Based Help

See Also