Click or drag to resize
CMSAccessibleButtonUseSubmitBehavior Property
When true button is render as type="submit". Otherwise type is type="button".

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public override bool UseSubmitBehavior { get; set; }

Property Value

Type: Boolean
See Also