BrightIdeasSoftware.FastDataListView.CreateDataSourceAdapter C# (CSharp) Method

CreateDataSourceAdapter() protected method

Create the DataSourceAdapter that this control will use.
Subclasses should overrride this to create their own specialized adapters
protected CreateDataSourceAdapter ( ) : DataSourceAdapter
return DataSourceAdapter
        protected virtual DataSourceAdapter CreateDataSourceAdapter()
        {
            return new DataSourceAdapter(this);
        }
FastDataListView