ComponentOne TileControl for WinForms
C1.Win.TileControl.8 Assembly / C1.Win.Tile 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