ComponentOne Basic Library for UWP
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 System.Boolean
    public System.bool ShowsPreview {get; set;}
    See Also