BrightIdeasSoftware.FastDataListView.CreateDataSourceAdapter C# (CSharp) Метод

CreateDataSourceAdapter() защищенный Метод

Create the DataSourceAdapter that this control will use.
Subclasses should overrride this to create their own specialized adapters
protected CreateDataSourceAdapter ( ) : DataSourceAdapter
Результат DataSourceAdapter
        protected virtual DataSourceAdapter CreateDataSourceAdapter()
        {
            return new DataSourceAdapter(this);
        }
FastDataListView