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


In This Topic
    SubItemStyle Property (ListColumn)
    In This Topic
    Gets or sets the style that is used when rendering SubItems in the column.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property SubItemStyle As Style
    'Usage
     
    Dim instance As ListColumn
    Dim value As Style
     
    instance.SubItemStyle = value
     
    value = instance.SubItemStyle
    [DefaultValue("")]
    public Style SubItemStyle {get; set;}

    Property Value

    The style that is used when rendering SubItems in the column. The default value is a null reference (Nothing in Visual Basic).
    See Also