Skip to main content
All docs
V26.1
  • JS

    GridNewRowPosition Enum

    Namespace: DevExtreme.AspNet.Mvc

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    [JsonConverter(typeof(StringEnumConverter))]
    public enum GridNewRowPosition

    Members

    Name
    First
    Last
    PageBottom
    PageTop
    ViewportBottom
    ViewportTop
    See Also