Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1GridSplitter Class / ShowsPreview Property

In This Topic
    ShowsPreview Property
    In This Topic
    Gets or sets the ShowsPreview property. This dependency property indicates whether the preview control should be shown when dragged instead of directly updating the grid.
    Syntax
    'Declaration
     
    
    Public Property ShowsPreview As Boolean
    public bool ShowsPreview {get; set;}
    See Also