Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ColumnHeader Class / IsVisible Property


In This Topic
    IsVisible Property (ColumnHeader)
    In This Topic
    Gets or sets a value that indicates whether the header is visible.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Overrides NotOverridable Property IsVisible As Boolean
    'Usage
     
    Dim instance As ColumnHeader
    Dim value As Boolean
     
    instance.IsVisible = value
     
    value = instance.IsVisible
    [DefaultValue(true)]
    public override bool IsVisible {get; set;}

    Property Value

    true if the header is visible; otherwise, false. The default value is true.
    See Also