Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / ShowDragFillTip Property


In This Topic
    ShowDragFillTip Property (SheetView)
    In This Topic
    Gets or sets a value that indicates whether to show a drag fill tip.
    Syntax
    'Declaration
     
    Public Property ShowDragFillTip As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.ShowDragFillTip = value
     
    value = instance.ShowDragFillTip
    public bool ShowDragFillTip {get; set;}

    Property Value

    true if show drag fill tip; otherwise, false.
    See Also