FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellStyle Class / Tag Property

In This Topic
    Tag Property (CellStyle)
    In This Topic
    Gets or sets an arbitrary object value that can be used to store custom information about this CellStyle.
    Syntax
    'Declaration
     
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also