Namespace FastReport.Dialog
Classes
ButtonBaseControl
Implements base behavior of button controls.
ButtonControl
Represents a Windows button control.
Wraps the
CheckBoxControl
Represents a Windows CheckBox.
Wraps the
CheckedListBoxControl
Displays a ListBox in which a check box is displayed to the left of each item.
Wraps the
ComboBoxControl
Represents a Windows combo box control.
Wraps the
DataFilterBaseControl
The base class for all controls that support the data filtering feature.
DataSelectorControl
Represents the control with two lists (available items and selected items).
DateTimePickerControl
Represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format.
Wraps the
DialogComponentBase
Base class for all dialog components.
DialogComponentCollection
Represents the collection of dialog components.
DialogControl
Base class for all dialog controls such as ButtonControl, TextBoxControl.
DialogPage
Represents the special kind of report page that wraps the
GridControl
Displays data in a customizable grid.
Wraps the
GridControlColumn
Represents the GridControl's column.
Wraps the
GridControlColumnCollection
Represents the collection of GridControl columns.
GroupBoxControl
Represents a Windows control that displays a frame around a group of controls with an optional caption.
Wraps the
LabelControl
Represents a standard Windows label.
Wraps the
ListBoxBaseControl
Base class for list box controls such as ListBoxControl, CheckedListBoxControl.
ListBoxControl
Represents a Windows control to display a list of items.
Wraps the
ListViewControl
Represents a Windows list view control, which displays a collection of items that can be displayed using one of four different views.
Wraps the
MaskedTextBoxControl
Uses a mask to distinguish between proper and improper user input.
Wraps the
MonthCalendarControl
Represents a Windows control that enables the user to select a date using a visual monthly calendar display.
Wraps the
NumericUpDownControl
Represents a Windows spin box (also known as an up-down control) that displays numeric values.
Wraps the
PanelControl
Used to group collections of controls.
Wraps the
ParentControl
Base class for controls that may contain child controls.
PictureBoxControl
Represents a Windows picture box control for displaying an image.
Wraps the
RadioButtonControl
Enables the user to select a single option from a group of choices when paired with other RadioButton controls.
Wraps the
RichTextBoxControl
Represents a Windows rich text box control.
Wraps the
TextBoxControl
Represents a Windows text box control.
Wraps the
TreeViewControl
Displays a hierarchical collection of labeled items, each represented by a TreeNode.
Wraps the