Class DnnCheckBoxList
Inheritance
DnnCheckBoxList
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls.Internal
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnCheckBoxList : CheckBoxList, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IEditableTextControl, ITextControl, IRepeatInfoUser, INamingContainer, IPostBackDataHandler
Constructors
DnnCheckBoxList()
Declaration
public DnnCheckBoxList()
Properties
SelectedValue
Declaration
public override string SelectedValue { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
AddItem(string, string)
Declaration
public void AddItem(string text, string value)
Parameters
Type | Name | Description |
---|---|---|
string | text | |
string | value |
DataBind()
Declaration
public override void DataBind()
Overrides
DataBind(string)
Declaration
public void DataBind(string initialValue)
Parameters
Type | Name | Description |
---|---|---|
string | initialValue |
DataBind(string, bool)
Declaration
public void DataBind(string initial, bool findByText)
Parameters
Type | Name | Description |
---|---|---|
string | initial | |
bool | findByText |
FindItemByText(string, bool)
Declaration
public ListItem FindItemByText(string text, bool ignoreCase = false)
Parameters
Type | Name | Description |
---|---|---|
string | text | |
bool | ignoreCase |
Returns
Type | Description |
---|---|
ListItem |
FindItemByValue(string, bool)
Declaration
public ListItem FindItemByValue(string value, bool ignoreCase = false)
Parameters
Type | Name | Description |
---|---|---|
string | value | |
bool | ignoreCase |
Returns
Type | Description |
---|---|
ListItem |
FindItemIndexByValue(string)
Declaration
public int FindItemIndexByValue(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value |
Returns
Type | Description |
---|---|
int |
InsertItem(int, string, string)
Declaration
public void InsertItem(int index, string text, string value)
Parameters
Type | Name | Description |
---|---|---|
int | index | |
string | text | |
string | value |
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
Select(string, bool)
Declaration
public void Select(string initial, bool findByText)
Parameters
Type | Name | Description |
---|---|---|
string | initial | |
bool | findByText |