Skip to main content
All docs
V25.2
  • CardViewEditingBuilder<T>.EditCardKey(Object) Method

    The key(s) of a card being edited. Mirrors the client-side editing.editCardKey option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewEditingBuilder<T> EditCardKey(
        object value
    )

    Parameters

    Name Type Description
    value Object

    The option value.

    Returns

    Type Description
    CardViewEditingBuilder<T>

    A reference to this instance after the method is called.

    See Also