ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGridEditorFlyoutPresenter Class / ItemsSource Property

In This Topic
    ItemsSource Property (C1FlexGridEditorFlyoutPresenter)
    In This Topic
    Gets or sets the System.Collections.IEnumerable used to populate the editor's popup window.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    See Also