CanvasControlLibrary.Models.CCLComboBoxProps.CCLComboBoxProps C# (CSharp) Method

CCLComboBoxProps() public method

public CCLComboBoxProps ( ) : System
return System
        public CCLComboBoxProps()
        {
            Data = new List<string>();
        }
CCLComboBoxProps