Hide

YetaWF Documentation

Display
Print

FormButtons Component

FormButtons (Display)

Displays form buttons. The model defines a list of form buttons.

Model Type: System.Collections.Generic.List<YetaWF.Core.Components.FormButton>

[Caption("Actions"), Description("Click one of the buttons")]
[UIHint("FormButtons"), ReadOnly]
public List<FormButton> Buttons { get; set; }