Click or drag to resize
CMSButtonGroupAutomaticButtonSelection Property
When true, clicked button is automaticly selected as active. Behaves similarly to radio buttons. Must be set until InitComplete.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public bool AutomaticButtonSelection { get; set; }

Property Value

Type: Boolean
See Also