corelibraries-devexpress-dot-dashboardweb-52575bd2.md
Lists values that specify data limitation modes.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public enum LimitVisibleDataMode
Public Enum LimitVisibleDataMode
| Name | Description |
|---|---|
Designer |
Visible data will be limited only in the designer mode.
|
| DesignerAndViewer |
Visible data will be limited both in the designer and viewer modes.
|
| None |
Visible data will not be reduced.
|
The following properties accept/return LimitVisibleDataMode values:
The following properties accept/return LimitVisibleDataMode values:
Values this enumeration lists are used to set the LimitVisibleDataMode and LimitVisibleDataMode properties.
See Also