Cornerstone.GUI.Controls.DBComboBoxCell.SetCustomChoices C# (CSharp) Method

SetCustomChoices() public method

public SetCustomChoices ( IEnumerable choices ) : void
choices IEnumerable
return void
        public void SetCustomChoices(IEnumerable choices)
        {
            customChoices = choices;
        }