Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.Grid.GridActionsEnum Enumeration

Defines the appearance of actions in a grid.

Class: YetaWF.Core.Models.Grid
Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Syntax

public enum GridActionsEnum;

Values

NameValueDescription
Icons0Actions in grids are displayed as icons.
DropdownMenu1If more than one action is available they are displayed as a dropdown menu, accessible through a button, otherwise a single icon is displayed.
Mini2Displayed as a dropdown menu, accessible through a small button without text.
ButtonBar3Actions are displayed as a button bar.

See Also YetaWF.Core.Models.Grid Class YetaWF.Core Overview