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

InitListView() private method

private InitListView ( ) : void
return void
        private void InitListView()
        {
            DataObjectName = "PathNode";
            DataObjectFormType = typeof (PathNodeForm);
            AddColumnData("Name", "name", 1.0);
            InitColumns();
        }