Back to Devexpress

CompatibilitySettings Properties

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-dot-underscore-properties.md

latest12.8 KB
Original Source

CompatibilitySettings Properties

Provides access to compatibility settings.

NameDescription
AllowAccessibilityAlerts staticGets or sets whether to enable UI Automation-based accessibility alerts for validation errors.
AllowEditTextExpressionInFormatRule staticGets or sets whether users can edit a format condition’s expression text.
AllowEditValueBindingInInplaceEditors staticGets or sets whether the GridControl’s logic of getting/setting the editor’s value is enabled.
AllowGlyphRunRenderingInInplaceEditors staticGets or sets whether to use the GlyphRun engine to render text in cell editors.
AllowInfiniteGridSize staticGets or sets whether to allow infinite size of the grid-based control (for example, GridControl, TreeListControl).
AllowLookupGridFiltering staticGets or sets whether to allow users to filter grid values in the Drop-down Filter and Filter Editor when the GridControl is in the LookUpEdit.
AllowRecyclingRibbonItems staticGets or sets whether ribbon controls should attempt to re-use existing link control (LightweightBarItemLinkControl, BarButtonItemLinkControl, BarCheckItemLinkControl, and so on) objects to enhance merging performance.
AllowThemePreload staticGets or sets whether to enable the legacy Theme Preload.
AlwaysUseLegacyColumnChooser staticGets or sets whether to display the Column Chooser in the legacy window.
AlwaysUseLegacySummaryEditor staticGets or sets whether to display the Runtime Summary Editor in the legacy window.
CompatibilityMode staticGets or sets the controls’ compatibility mode.
ConvertOccurrenceToNormalWhenDragBetweenResources staticSpecifies whether a recurring appointment is converted to a normal appointment when an end-user drags and drops it to another resource.
DXBindingResolvingMode staticGets or sets a value that specifies how the DXBinding (DXEvent, DXCommand) markup extensions resolve input expressions.
EnableDPICorrection staticGets or sets whether to enable DPI correction to improve layout rendering.
EnableLayoutItemAutomationPeerLabeledByCalculation staticGets or sets whether to automatically calculate the LabeledBy property for child elements of a LayoutItemAutomationPeer.
HideCalendarButtonInDateNavigationPanel staticGets or sets whether to hide the Calendar Button from the Date Navigation Panel.
HideInsignificantPartsOnlyInTimeSpanMask staticGets or sets whether TimeSpan masks should hide optional segments.
LegacyDefaultTheme staticSpecifies a legacy default theme which the application should use.
MakeGetWindowReturnActualFloatPanelWindow staticGets or sets whether the Window.GetWindow() method should return the floating window’s position in relation to the main window’s position (where the DockLayoutManager manager is placed).
MaskUpdateSelectionOnMouseUp staticGets or sets whether editors should automatically update their selection to highlight a selected mask part that a user can edit.
PivotGridDisableBatchUpdate staticSpecifies whether to update the PivotGridControl in a single batch during the data source synchronization.
PrioritizeIListSourceInDiagramDataBinding staticSpecifies whether the DiagramControl’s data binding engine prioritizes the IListSource interface over the IEnumerable.
RenderPDFPageContentWithDirectX staticGets or sets whether to render page content with DirectX.
SchedulerAppearanceStyle staticGets or sets the SchedulerControl UI style.
ShowSchedulerDateNavigationPanel staticSpecifies whether to display the Date Navigation Panel by default.
TrackBarEditIsMoveToPointEnabled staticGets or sets whether TrackBarEdit should increment or decrement its value when a user clicked a line next to the thumb.
UseDateNavigatorInDateEdit staticSpecifies whether to use the DateNavigator control to render the DateEdit‘s dropdown window.
UseFriendlyDateRangePresentation staticGets or sets whether the Between Dates and On Dates date operators are used.
UseLegacyAutomationNamesRowsCells staticGets or sets whether to use legacy automation names for row cells. This is a dependency property.
UseLegacyCalendarInDateNavigator staticGets or sets whether the legacy calendar is used in the DateNavigator.
UseLegacyColumnFilterPopup staticGets or sets whether the legacy drop-down filter is used.
UseLegacyDeleteButtonInButtonEdit staticGets or sets whether to use the legacy Null Value button in the ButtonEdit editor and its descendants.
UseLegacyDXMessageBox staticGets or sets whether DevExpress WPF Controls display their messages in the legacy message box.
UseLegacyFilterEditor staticGets or sets whether the legacy filter editor is used.
UseLegacyFilterPanel staticGets or sets whether to use the legacy filter panel.
UseLegacyQueryIntervalCalculation staticSpecifies whether to calculate QueryStart and QueryEnd individually for each SchedulerControl‘s occurrence.
UseLegacySchedulerCellDecoration staticSpecifies whether to use decoration panels to draw the SchedulerControl‘s elements.
UseLegacySchedulerTimelineViewMode staticSpecifies whether to revert to the legacy Timeline view.
UseLegacyWindowForRibbonCustomization staticGets or sets whether to display the Ribbon Customization Options in the legacy window.
UseLightweightBarItems staticGets or sets whether optimized mode should be enabled for all items. This property should be set at the application’s startup before loading bar components.
UseLightweightTemplatesInStandardButtons staticGets or sets whether the dx:ButtonThemeKey resource containing the Button template should use the ResourceKey=ButtonControlTemplate.
UseLightweightThemes staticGets or sets whether to use lightweight themes within the application.
UseMiddleMouseScrolling staticGets or sets whether to enable the middle-click to scroll functionality.
UseRibbonDeferredPageMerging staticGets or sets whether to enable a ribbon’s deferred page merging.
UseThemedMessageBoxInServices staticGets or sets whether to use the ThemedMessageBox instead of DXMessageBox in WindowService, DialogService, and WindowedDocumentUIService.
UseThemedWaitIndicatorInSplashScreen staticSpecifies whether to revert to the Wait Indicator control that uses the theme resources.
UseThemedWindowInServices staticGets or sets whether to use the ThemedWindow instead of DXWindow in WindowService, DialogService, and WindowedDocumentUIService.
ValueAfterDeleteInNumericMask staticSpecifies whether editors set the 0 (zero) or null value after the last digit is removed.

See Also

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace