Input for WinForms | ComponentOne
C1.Framework Namespace / ValueElement Class
Members

In This Topic
    ValueElement Class
    In This Topic

    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 ClassElementList ClassElement ClassIView InterfaceElement ClassStyle ClassElement ClassStyle Class
    Syntax
    'Declaration
     
    
    Public Class ValueElement 
       Inherits ContentElement
    public class ValueElement : ContentElement 
    Inheritance Hierarchy

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

    See Also