InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputPanel Class / DisplayMode Property

In This Topic
    DisplayMode Property (C1InputPanel)
    In This Topic
    Gets or sets a value that indicates how the C1DataPager will render.
    Syntax
    'Declaration
     
    Public Property DisplayMode As PagerDisplayMode
    public PagerDisplayMode DisplayMode {get; set;}
    See Also