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

In This Topic
    GridZoomMode Enumeration
    In This Topic
    Defines constants that specify the current mode for zoom behavior.
    Syntax
    'Declaration
     
    
    Public Enum GridZoomMode 
       Inherits System.Enum
    public enum GridZoomMode : 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