GridCommandColumnType Enum
In This Article
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
[JsonConverter(typeof(StringEnumConverter))]
public enum GridCommandColumnType
#Members
Name |
---|
Adaptive
|
Buttons
|
Detail
|
Group
|
Selection
|
Drag
|
See Also