ItemsSource Property (FlexGridBase<T>) | ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / ItemsSource Property

In This Topic
ItemsSource Property (FlexGridBase<T>)
In This Topic
Gets or sets ItemsSource settings.
Syntax
'Declaration
 
Public Overridable Property ItemsSource As IItemsSource(Of T)
 
See Also