C1.Win.8 Assembly / C1.Framework Namespace / ValueElement Class
Members

ValueElement Class

Element that displays a simple value (numbers, dates, etc).

The element's Style is responsible for formatting the value (with System.IFormattable).

Object Model
ValueElement Class
Syntax
'Declaration
 
Public Class ValueElement 
   Inherits ContentElement
 
Inheritance Hierarchy

System.Object
   C1.Framework.Element
      C1.Framework.ContentElement
         C1.Framework.ValueElement
            C1.Framework.GridColumn

See Also