DashboardSettings Members
Contains appearance and behavior settings common to WinForms/WPF Dashboard Controls.Properties
Name | Description |
---|---|
AsyncMode static | Gets or sets whether Async mode is activated for a dashboard control. |
CustomNumericFormatMode static | Gets or sets whether Custom Numeric Format mode is activated for a dashboard control. |
DefaultSettingsCompatibilityMode static | Gets or sets default values of various properties according to the selected DevExpress installation version. |
HandleFloatingPointErrors static | Gets or sets whether arithmetic errors related to floating point calculations are processed by the Dashboard error handling mechanism. |
ShowExtendedDateOccurringList static | Gets or sets whether to show date-time intervals that are hidden in the Date Occurring dialog. |
UseCaseSensitiveDataProcessing static | Specify whether the dashboard control executes a case-sensitive string comparison when you use Calculated Fields or Master Filtering functionality in Client data-processing mode. |
UseNeutralFilterMode static | Gets or sets whether Neutral Filter mode is activated for a dashboard control. |
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. |
GetDefaultAsyncModeState() static | For internal use. |
GetDefaultNeutralFilterModeState() static | For internal use. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetShowExtendedDateOccurringListValue() static | For internal use. |
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