ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / FormatValueEventArgs Class / Value Property

In This Topic
    Value Property (FormatValueEventArgs)
    In This Topic
    Gets or sets a value that will be assigned to the property of a Tile object.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    public object Value {get; set;}
    See Also