Skip to main content

DataControlBase Fields

Serves as a base for classes that represents data-aware controls (e.g. GridControl).
Name Description
ActiveEditorProperty static Identifies the DataControlBase.ActiveEditor dependency property.
ActualShowFilterPanelProperty static Identifies the DataControlBase.ActualShowFilterPanel dependency property.
AllowColumnFilteringProperty static Identifies the DataControlBase.AllowColumnFiltering dependency property.
AllowColumnMovingProperty static Identifies the DataControlBase.AllowColumnMoving dependency property.
AllowCommitOnValidationAttributeErrorProperty static Identifies the DataControlBase.AllowCommitOnValidationAttributeError dependency property.
AllowEditingProperty static Identifies the DataControlBase.AllowEditing dependency property.
AllowLeaveInvalidEditorProperty static Identifies the DataControlBase.AllowLeaveInvalidEditor dependency property.
AllowSortingProperty static Identifies the DataControlBase.AllowSorting dependency property.
AutoFilterRowHandle
AutoGenerateColumnsProperty static Identifies the DataControlBase.AutoGenerateColumns dependency property.
AutoScrollOnSortingProperty static Identifies the DataControlBase.AutoScrollOnSorting dependency property.
CellStyleProperty static Identifies the DataControlBase.CellStyle dependency property.
ColumnHeaderStyleProperty static Identifies the DataControlBase.ColumnHeaderStyle dependency property.
ColumnHeaderTemplateProperty static Identifies the DataControlBase.ColumnHeaderTemplate dependency property.
ColumnHeaderTemplateSelectorProperty static Identifies the DataControlBase.ColumnHeaderTemplateSelector dependency property.
ColumnHeaderToolTipTemplateProperty static Identifies the DataControlBase.ColumnHeaderToolTipTemplate dependency property.
CommandsProperty static Identifies the DataControlBase.Commands dependency property.
CurrentGridProperty static Identifies the DataControlBase.CurrentGrid dependency property.
CurrentItemProperty static Identifies the DataControlBase.CurrentItem dependency property.
CurrentViewChangedListenerProperty static Identifies the DataControlBase.CurrentViewChangedListener dependency property.
FilterCriteriaProperty static Identifies the DataControlBase.FilterCriteria dependency property.
FilterPanelTextProperty static Identifies the DataControlBase.FilterPanelText dependency property.
FilterStringProperty static Identifies the DataControlBase.FilterString dependency property.
FixedTotalSummaryItemTemplateProperty static Identifies the DataControlBase.FixedTotalSummaryItemTemplate dependency property.
FocusedBorderTemplateProperty static Identifies the DataControlBase.FocusedBorderTemplate dependency property.
HasValidationErrorProperty static Identifies the DataControlBase.HasValidationError dependency property.
IncrementalLoadingThresholdProperty static Identifies the DataControlBase.IncrementalLoadingThreshold dependency property.
InvalidRowHandle Gets the handle of a row which does not exist in a grid.
IsEditingProperty static Identifies the DataControlBase.IsEditing dependency property.
IsFilterEnabledProperty static Identifies the DataControlBase.IsFilterEnabled dependency property.
IsSynchronizedWithCurrentItemProperty static Identifies the DataControlBase.IsSynchronizedWithCurrentItem dependency property.
ItemClickCommandProperty static Identifies the DataControlBase.ItemClickCommand dependency property.
ItemNavigationModeProperty static Identifies the DataControlBase.ItemNavigationMode dependency property.
ItemNavigationTargetTypeProperty static Identifies the DataControlBase.ItemNavigationTargetType dependency property.
ItemsSourceProperty static Identifies the DataControlBase.ItemsSource dependency property.
KeepFocusedRowOnUpdateProperty static Identifies the DataControlBase.KeepFocusedRowOnUpdate dependency property.
NavigationStyleProperty static Identifies the DataControlBase.NavigationStyle dependency property.
NewItemRowHandle
PreserveSortingProperty static Identifies the DataControlBase.PreserveSorting dependency property.
SearchColumnsProperty static Identifies the DataControlBase.SearchColumns dependency property.
SearchDelayProperty static Identifies the DataControlBase.SearchDelay dependency property.
SearchPanelAllowFilterProperty static Identifies the DataControlBase.SearchPanelAllowFilter dependency property.
SearchPanelClearOnCloseProperty static Identifies the DataControlBase.SearchPanelClearOnClose dependency property.
SearchPanelCloseDelayProperty static Identifies the DataControlBase.SearchPanelCloseDelay dependency property.
SearchPanelCriteriaOperatorTypeProperty static Identifies the DataControlBase.SearchPanelCriteriaOperatorType dependency property.
SearchPanelFindFilterProperty static Identifies the DataControlBase.SearchPanelFindFilter dependency property.
SearchPanelFindModeProperty static Identifies the DataControlBase.SearchPanelFindMode dependency property.
SearchPanelHighlightingSettingsProperty static Identifies the DataControlBase.SearchPanelHighlightingSettings dependency property.
SearchPanelHighlightResultsProperty static Identifies the DataControlBase.SearchPanelHighlightResults dependency property.
SearchStringProperty static Identifies the DataControlBase.SearchString dependency property.
SelectedItemHandleProperty static Identifies the DataControlBase.SelectedItemHandle dependency property.
SelectedItemProperty static Identifies the DataControlBase.SelectedItem dependency property.
SelectedItemsProperty static Identifies the DataControlBase.SelectedItems dependency property.
SelectionModeProperty static Identifies the DataControlBase.SelectionMode dependency property.
ShowColumnHeadersProperty static Identifies the DataControlBase.ShowColumnHeaders dependency property.
ShowFilterPanelModeProperty static Identifies the DataControlBase.ShowFilterPanelMode dependency property.
ShowFixedTotalSummaryProperty static Identifies the DataControlBase.ShowFixedTotalSummary dependency property.
ShowLoadingPanelProperty static
ShowSearchPanelModeProperty static Identifies the DataControlBase.ShowSearchPanelMode dependency property.
ShowTotalSummaryProperty static Identifies the DataControlBase.ShowTotalSummary dependency property.
ShowValidationAttributeErrorsProperty static Identifies the DataControlBase.ShowValidationAttributeErrors dependency property.
SummariesIgnoreNullValuesProperty static Identifies the DataControlBase.SummariesIgnoreNullValues dependency property.
TotalSummaryContentStyleProperty static Identifies the DataControlBase.TotalSummaryContentStyle dependency property.
TotalSummaryItemTemplateProperty static Identifies the DataControlBase.TotalSummaryItemTemplate dependency property.
ValidationErrorProperty static Identifies the DataControlBase.ValidationError dependency property.
VirtualizingCacheHeightProperty static Identifies the DataControlBase.VirtualizingCacheHeight dependency property.
VirtualizingCacheWidthProperty static Identifies the DataControlBase.VirtualizingCacheWidth dependency property.
See Also