LimitVisibleDataMode Enum
Lists values that specify data limitation modes.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
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. |
Remarks
Values this enumeration lists are used to set the LimitVisibleDataMode and LimitVisibleDataMode properties.
See Also