LimitVisibleDataMode Enum
In This Article
Lists values that specify data limitation modes.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
Designer
|
Visible data will be limited only in the designer mode. |
Designer
|
Visible data will be limited both in the designer and viewer modes. |
None
|
Visible data will not be reduced. |
#Related API Members
The following properties accept/return LimitVisibleDataMode values:
#Remarks
Values this enumeration lists are used to set the LimitVisibleDataMode and LimitVisibleDataMode properties.
See Also