using System.ComponentModel;
namespace FastReport.Dialog
{
partial class DataSelectorControl
{
#region Properties
///
/// This property is not relevant to this class.
///
[Browsable(false)]
public new bool AutoFill
{
get { return base.AutoFill; }
set { base.AutoFill = value; }
}
///
/// This property is not relevant to this class.
///
[Browsable(false)]
public new bool AutoFilter
{
get { return base.AutoFilter; }
set { base.AutoFilter = value; }
}
#endregion
}
}