Hide

YetaWF Documentation

Display
Print

ModuleActionsGrid Component

ModuleActionsGrid (Display)

Renders the model as module actions (buttons, icons or links) for display within a grid. If the model is null, nothing is rendered.

Model Type: System.Collections.Generic.List<YetaWF.Core.Modules.ModuleAction>

AdditionalMetadata Attributes

NameTypeDefaultDescription
RenderAsYetaWF.Core.Modules.ModuleAction.RenderModeEnumModuleAction.RenderModeEnum.ButtonDefines how the module actions are rendered.
[Caption("Archive"), Description("Monthly blog entries")]
[UIHint("ModuleActionsGrid"), ReadOnly]
public List<ModuleAction> Actions { get; set; }