C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridZoomMode Enumeration

GridZoomMode Enumeration
Defines constants that specify the current mode for zoom behavior.
Syntax
'Declaration
 
Public Enum GridZoomMode 
   Inherits System.Enum
 
Members
MemberDescription
DisabledZoom of content is disabled.
EnabledZoom of content is enabled.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Blazor.Grid.GridZoomMode

See Also