Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadView Class / TabStripEditable Property


In This Topic
    TabStripEditable Property (SpreadView)
    In This Topic
    Gets or sets a value that indicates whether the tab strip is editable.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property TabStripEditable As Boolean
    'Usage
     
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.TabStripEditable = value
     
    value = instance.TabStripEditable
    [DefaultValue(true)]
    public bool TabStripEditable {get; set;}

    Property Value

    true if the tab strip can be edited; otherwise, false.
    See Also