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


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

    Property Value

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