Name | Description | |
---|---|---|
GcComboBox Constructor | Initializes a new instance of the GcComboBox class. |
The following tables list the members exposed by GcComboBox.
Name | Description | |
---|---|---|
GcComboBox Constructor | Initializes a new instance of the GcComboBox class. |
Name | Description | |
---|---|---|
ActualHeight | (Inherited from System.Windows.FrameworkElement) | |
ActualWidth | (Inherited from System.Windows.FrameworkElement) | |
AllowDrop | (Inherited from System.Windows.UIElement) | |
AllowDropDownOpen | Gets or sets a value indicating whether allow to open drop down window or not. This is a dependency property. | |
AlternatingItemBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of dropdown item whose AlternationIndex is 1. | |
AlternationCount | Gets or sets the number of alternating item containers in the GcComboBox, which enables alternating containers to have a unique appearance. This is a dependency property. | |
AreAnyTouchesCaptured | (Inherited from System.Windows.UIElement) | |
AreAnyTouchesCapturedWithin | (Inherited from System.Windows.UIElement) | |
AreAnyTouchesDirectlyOver | (Inherited from System.Windows.UIElement) | |
AreAnyTouchesOver | (Inherited from System.Windows.UIElement) | |
AutoGenerateColumns | Gets or sets a value indicating whether auto generate columns. This is a dependency property. | |
AutoOpenDropDown | Gets or sets a System.Boolean value indicates the drop-down window auto shown when GcComboBox gets focus. This is a dependency property. | |
AutoSelect | Gets or sets a value that indicates whether the item is automatically selected when the prefix is entered. | |
Background | (Inherited from System.Windows.Controls.Control) | |
BindingGroup | (Inherited from System.Windows.FrameworkElement) | |
BitmapEffect | (Inherited from System.Windows.UIElement) | |
BitmapEffectInput | (Inherited from System.Windows.UIElement) | |
BorderBrush | (Inherited from System.Windows.Controls.Control) | |
BorderThickness | (Inherited from System.Windows.Controls.Control) | |
CacheMode | (Inherited from System.Windows.UIElement) | |
CanUserResizeColumns | Gets or sets a value that indicates whether the user can adjust column widths using the mouse. This is a dependency property. | |
CanUserSortColumns | Gets or sets a value that indicates whether the user can sort columns by clicking the column header. This is a dependency property. | |
CheckedItems | Gets the all ListItems whose ListItem.IsChecked property is true. This is a read only dependency property. | |
CheckOnClick | Gets or sets a value indicating whether mouse click action in the ListItem will change the ListItem.IsChecked property value. This is a dependency property. | |
ClearCommand | Represents the ClearCommand command, which requests that GcComboBox to clear all the text. | |
Clip | (Inherited from System.Windows.UIElement) | |
ClipToBounds | (Inherited from System.Windows.UIElement) | |
Columns | Gets a collection that contains all the columns in the control. | |
CommandBindings | (Inherited from System.Windows.UIElement) | |
ContentPath | Gets or sets a value indicates the name of the property that is displayed in GcComboBox. This is a dependency property. | |
ContextMenu | (Inherited from System.Windows.FrameworkElement) | |
Cursor | (Inherited from System.Windows.FrameworkElement) | |
DataContext | (Inherited from System.Windows.FrameworkElement) | |
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
DesiredSize | (Inherited from System.Windows.UIElement) | |
DisabledBackground | Gets or sets a brush that describes the background of a control when it is disabled. | |
DisabledForeground | Gets or sets a brush that describes the foreground of a control when it is disabled. | |
Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) | |
DropDownButtonStyle | Gets or sets a style which is used to render the dropdown button. | |
DropDownButtonVisibility | Gets or sets the GrapeCity.Windows.InputMan.ButtonVisibility of the dropdown button. This is a dependency property. | |
DropDownControlStyle | Gets or sets a style which is used to render the drop-down control. This is a dependency property. | |
DropDownWidth | Gets or sets the width of the dropdown window. This is a dependency property. | |
DropDownWindowStyle | Gets or sets the System.Windows.Style for the GrapeCity.Windows.InputMan.Primitives.DropDownWindow. This is a dependency property. | |
EditableBackground | Gets or sets a brush that describes the background of a control when GcComboBox.IsEditable is true. | |
EditableTemplate | Gets or sets a template which will be used when IsEditable is set to true. This is a dependency property. | |
EditBoxStyle | Gets or sets a style which is used to render the edit box. This is a dependency property. | |
Effect | (Inherited from System.Windows.UIElement) | |
ExitOnLeftRightKey | Gets or sets whether the focus automatically moves to the previous or next tab ordering control when pressing the left, right arrow keys. | |
FlowDirection | (Inherited from System.Windows.FrameworkElement) | |
Focusable | (Inherited from System.Windows.UIElement) | |
FocusDropDownControlOnOpen | Gets or sets a value that indicates whether focus the drop-down listbox when drop-down window opened. This is a dependency property. | |
FocusVisualStyle | (Inherited from System.Windows.FrameworkElement) | |
FontFamily | (Inherited from System.Windows.Controls.Control) | |
FontSize | (Inherited from System.Windows.Controls.Control) | |
FontStretch | (Inherited from System.Windows.Controls.Control) | |
FontStyle | (Inherited from System.Windows.Controls.Control) | |
FontWeight | (Inherited from System.Windows.Controls.Control) | |
ForceCursor | (Inherited from System.Windows.FrameworkElement) | |
Foreground | (Inherited from System.Windows.Controls.Control) | |
HasAnimatedProperties | (Inherited from System.Windows.UIElement) | |
Height | (Inherited from System.Windows.FrameworkElement) | |
HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) | |
HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
HorizontalGridLineBrush | Gets or sets a System.Windows.Media.Brush used to paint the horizontal grid lines. This is a dependency property. | |
HorizontalGridLineStyle | Gets or sets a GrapeCity.Windows.InputMan.LineStyle enumeration value that indicates the horizontal grid line style for each lines. This is a dependency property. | |
InputBindings | (Inherited from System.Windows.UIElement) | |
InputScope | (Inherited from System.Windows.FrameworkElement) | |
IsActive | Gets a value indicating whether the control is keyboard focus within or not. (Inherited from GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase) | |
IsArrangeValid | (Inherited from System.Windows.UIElement) | |
IsAutoSelectCaseSensitive | Gets or sets a value that indicates whether case is a condition when searching for items. | |
IsDropDownOpen | Gets or sets a value that indicates whether the drop-down for a GcComboBox is currently open. This is a dependency property. | |
IsEditable | Gets or sets a value that indicates whether user can edit value in the GcComboBox. This is a dependency property. | |
IsEnabled | (Inherited from System.Windows.UIElement) | |
IsFocused | (Inherited from System.Windows.UIElement) | |
IsHitTestVisible | (Inherited from System.Windows.UIElement) | |
IsInitialized | (Inherited from System.Windows.FrameworkElement) | |
IsInputMethodEnabled | (Inherited from System.Windows.UIElement) | |
IsKeyboardFocused | (Inherited from System.Windows.UIElement) | |
IsKeyboardFocusWithin | (Inherited from System.Windows.UIElement) | |
IsLoaded | (Inherited from System.Windows.FrameworkElement) | |
IsManipulationEnabled | (Inherited from System.Windows.UIElement) | |
IsMeasureValid | (Inherited from System.Windows.UIElement) | |
IsMouseCaptured | (Inherited from System.Windows.UIElement) | |
IsMouseCaptureWithin | (Inherited from System.Windows.UIElement) | |
IsMouseDirectlyOver | (Inherited from System.Windows.UIElement) | |
IsMouseOver | (Inherited from System.Windows.UIElement) | |
IsReadOnly | Gets or sets a value indicating whether this control is read only. | |
IsSealed | (Inherited from System.Windows.DependencyObject) | |
IsSelectable | Gets or sets a value indicating whether the items can be selected. | |
IsSelectionBoxHighlighted | Gets a value that indicates whether highlight the selected items. This is a dependency property. | |
IsStylusCaptured | (Inherited from System.Windows.UIElement) | |
IsStylusCaptureWithin | (Inherited from System.Windows.UIElement) | |
IsStylusDirectlyOver | (Inherited from System.Windows.UIElement) | |
IsStylusOver | (Inherited from System.Windows.UIElement) | |
IsSynchronizedWithCurrentItem | Gets or sets a value that indicates whether the GcComboBox should keep the SelectedItem synchronized with the current item in the System.Windows.Controls.ItemsControl.Items property. This is a dependency property. | |
IsTabStop | (Inherited from System.Windows.Controls.Control) | |
IsVisible | (Inherited from System.Windows.UIElement) | |
ItemBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of dropdown item whose AlternationIndex is 0. | |
ItemCheckBoxVisibility | Gets or sets a value that indicates the visibility of System.Windows.Controls.CheckBox in the first sub item of each ListItem. This is a dependency property. | |
ItemContainerGenerator | Gets the item container generator. | |
ItemContainerStyle | Gets or sets the style that is used when rendering the item containers. This is a dependency property. | |
Items | Gets the collection used to generate the content of the GcComboBox. | |
ItemsSource | Gets or sets a collection that is used to generate the content of the control. This is a dependency property. | |
ItemTemplate | Gets or sets the System.Windows.DataTemplate used to display each item. | |
Language | (Inherited from System.Windows.FrameworkElement) | |
LayoutTransform | (Inherited from System.Windows.FrameworkElement) | |
Margin | (Inherited from System.Windows.FrameworkElement) | |
MaxDropDownHeight | Gets or sets the maximum height of the dropdown window. This is a dependency property. | |
MaxDropDownItems | Gets or sets the maximum drop-down items. This is a dependency property. | |
MaxHeight | (Inherited from System.Windows.FrameworkElement) | |
MaxWidth | (Inherited from System.Windows.FrameworkElement) | |
MinHeight | (Inherited from System.Windows.FrameworkElement) | |
MinWidth | (Inherited from System.Windows.FrameworkElement) | |
Name | (Inherited from System.Windows.FrameworkElement) | |
Opacity | (Inherited from System.Windows.UIElement) | |
OpacityMask | (Inherited from System.Windows.UIElement) | |
OverridesDefaultStyle | (Inherited from System.Windows.FrameworkElement) | |
Padding | (Inherited from System.Windows.Controls.Control) | |
Parent | (Inherited from System.Windows.FrameworkElement) | |
PersistId | (Inherited from System.Windows.UIElement) | |
RenderSize | (Inherited from System.Windows.UIElement) | |
RenderTransform | (Inherited from System.Windows.UIElement) | |
RenderTransformOrigin | (Inherited from System.Windows.UIElement) | |
Resources | (Inherited from System.Windows.FrameworkElement) | |
SelectedIndex | Gets or sets the displayed index of the selected item. This is a dependency property. | |
SelectedItem | Gets or sets the selected item. This is a dependency property. | |
SelectedValue | Gets or sets a value of the selected item, obtained by using the SelectedValuePath. This is a dependency property. | |
SelectedValuePath | Gets or sets the property path that is used to get the SelectedValue property of the SelectedItem property. This is a dependency property. | |
SelectionBoxItem | Gets the selected item in the GcComboBox. This is a dependency property. | |
SelectionBoxItemTemplate | Gets the template of SelectionBoxItem. This is a dependency property. | |
SnapsToDevicePixels | (Inherited from System.Windows.UIElement) | |
SpinButtonStyle | Gets or sets a System.Windows.Style which used to render GrapeCity.Windows.InputMan.Primitives.SpinButton. This is a dependency property. | |
SpinButtonVisibility | Gets or sets the GrapeCity.Windows.InputMan.ButtonVisibility of the spin button. This is a dependency property. | |
SpinDownCommand | Represents the SpinDownCommand command, which requests SpinDown button clicked. | |
SpinUpCommand | Represents the SpinUpCommand command, which requests SpinUp button clicked. | |
StaysOpenOnEdit | Gets or sets a value indicates whether a GcComboBox that is open and displays a drop-down control will remain open when a user clicks the TextBox. This is a dependency property. | |
Style | (Inherited from System.Windows.FrameworkElement) | |
SwitchDropDownCommand | Represents the SwitchDropDownCommand command, which switched the drop down window between open and closed. | |
TabIndex | (Inherited from System.Windows.Controls.Control) | |
Tag | (Inherited from System.Windows.FrameworkElement) | |
Template | (Inherited from System.Windows.Controls.Control) | |
TemplatedParent | (Inherited from System.Windows.FrameworkElement) | |
Text | Gets or sets the text associated with this control. This is a dependency property. | |
ToolTip | (Inherited from System.Windows.FrameworkElement) | |
TouchesCaptured | (Inherited from System.Windows.UIElement) | |
TouchesCapturedWithin | (Inherited from System.Windows.UIElement) | |
TouchesDirectlyOver | (Inherited from System.Windows.UIElement) | |
TouchesOver | (Inherited from System.Windows.UIElement) | |
Triggers | (Inherited from System.Windows.FrameworkElement) | |
Uid | (Inherited from System.Windows.UIElement) | |
UnEditableTemplate | Gets or sets a template which will be used when IsEditable is set to false. This is a dependency property. | |
UseLayoutRounding | (Inherited from System.Windows.FrameworkElement) | |
UseMultipleColumn | Gets or sets a value indicating whether use grid to show data. This is a dependency property. | |
VerticalAlignment | (Inherited from System.Windows.FrameworkElement) | |
VerticalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
VerticalGridLineBrush | Gets or sets a System.Windows.Media.Brush used to paint the vertical grid lines. This is a dependency property. | |
VerticalGridLineStyle | Gets or sets a GrapeCity.Windows.InputMan.LineStyle enumeration value that indicates the vertical grid line style for each lines. This is a dependency property. | |
Visibility | (Inherited from System.Windows.UIElement) | |
Width | (Inherited from System.Windows.FrameworkElement) |