Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / SubItemStyle Property


In This Topic
    SubItemStyle Property (GcListBox)
    In This Topic
    Gets or sets the style that is used when rendering the data of sub items. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property SubItemStyle As Style
    'Usage
     
    Dim instance As GcListBox
    Dim value As Style
     
    instance.SubItemStyle = value
     
    value = instance.SubItemStyle
    public Style SubItemStyle {get; set;}

    Property Value

    The style applied to the sub items. The default is a null reference (Nothing in Visual Basic).
    See Also