Class wwWebRadioButtonList

Provides a list of radio buttons that act as a single control value. Making a selection on this control causes the SelectedValue property to be set.

html
html
<ww:wwWebRadioButtonList ID="Colors" runat="server" BackColor="#FFFF80" Width="558px"> <asp:ListItem value="Red" Enabled="False">Red Item</asp:ListItem> <asp:ListItem Value="Green">Green Entry</asp:ListItem> <asp:ListItem Value="Brown">Brown Entry</asp:ListItem> </ww:wwWebRadioButtonList>
Custom wwWebControl wwWebListControl wwWebRadioButtonList

Class Members

MemberDescription
SelectedValue Holds the selected value of this control. The value is set on Postback for reading. If you need to set the selected value for the control use SelectedValue only with databound results. For manual…
o.SelectedValue
RepeatDirection Determines the direction of the radio buttons - Vertical or Horizontal . Vertical buttons are rendered as a table - horizontal buttons are rendered as elements one after the other using standard…

Assembly: webcontrols.prg



© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic