ATMLCommonLibrary.controls.path.PathListControl.InitListView C# (CSharp) Method

InitListView() private method

private InitListView ( ) : void
return void
        private void InitListView()
        {
            DataObjectName = "Path";
            DataObjectFormType = typeof (PathForm);
            AddColumnData("Name", "name", 0.25);
            AddColumnData("Path", "ToString()", 0.75);
            InitColumns();
        }