Habanero.Faces.Win.DateRangeComboBoxWin.UseAllDateRangeOptions C# (CSharp) Method

UseAllDateRangeOptions() public method

Populates the ComboBox with all available DateOptions, since the default constructor only provides a standardised collection
public UseAllDateRangeOptions ( ) : void
return void
        public void UseAllDateRangeOptions()
        {
            _manager.UseAllDateRangeOptions();
        }