Skip to main content

CompatibilitySettings Members

Contains an API for compatibility.

Properties

Name Description
AddSpaceAroundFormLayoutContent static Specifies whether the Form Layout adds a space around its content.
CompatibilityMode static Specifies the component suite version used for compatibility.
DisableEditorAutoGenerationInGrid static Specifies whether to disable automatic editor generation in DxGrid.
IgnoreClientDateTimeOffsetInDateEdit static Specifies whether the Date Edit displays DateTimeOffset values without conversion to the client’s time zone.
ListBoxCompatibilityMode static Specifies whether the old implementation of the List Box component is used.
ReverseRightAlignedToolbarGroups static Specifies whether the Toolbar renders its right-aligned items in reverse order.
UseDetachedEditorRenderModeInGrid static Specifies whether all DxGrid components render editors in Detached or Integrated mode.
UseDropDownInGridColumnChooser static Specifies whether the DxGrid component renders the Column Chooser as a window or drop-down component.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also