Inheritance
object
ComponentBase
- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
- IDisposable
Constructors
Section titled "Constructors"constructor
public IgbCheckboxList() Returns IgbCheckboxList
Properties
Section titled "Properties"IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererControl
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } Height
Section titled "Height"Inherited from: BaseRendererControl
[Parameter]
public string Height { get; set; } Width
Section titled "Width"Inherited from: BaseRendererControl
[Parameter]
public string Width { get; set; } Class
Section titled "Class"Inherited from: BaseRendererControl
[Parameter]
public string Class { get; set; } AdditionalAttributes
Section titled "AdditionalAttributes"Inherited from: BaseRendererControl
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object> AdditionalAttributes { get; set; } ParentTypeName
Section titled "ParentTypeName"Inherited from: BaseRendererControl
protected virtual string ParentTypeName { get; } EventBehavior
Section titled "EventBehavior"Inherited from: BaseRendererControl
Gets or sets how events are bubbled up from JavaScript to Blazor.
[Parameter]
public ControlEventBehavior EventBehavior { get; set; } ChildContent
Section titled "ChildContent"Inherited from: BaseRendererControl
[Parameter]
public RenderFragment ChildContent { get; set; } RoundTripDateConversion
Section titled "RoundTripDateConversion"Inherited from: BaseRendererControl
Gets or sets what type of date conversion to make when round tripping dates.
[Parameter]
public RoundTripDateConversion RoundTripDateConversion { get; set; } SupportsVisualChildren
Section titled "SupportsVisualChildren"Inherited from: BaseRendererControl
protected virtual bool SupportsVisualChildren { get; } UseDirectRender
Section titled "UseDirectRender"Inherited from: BaseRendererControl
protected virtual bool UseDirectRender { get; } DirectRenderElementName
Section titled "DirectRenderElementName"Inherited from: BaseRendererControl
protected virtual string DirectRenderElementName { get; } NeedsDynamicContent
Section titled "NeedsDynamicContent"Inherited from: BaseRendererControl
protected virtual bool NeedsDynamicContent { get; } UseCamelEnumValues
Section titled "UseCamelEnumValues"Inherited from: BaseRendererControl
protected virtual bool UseCamelEnumValues { get; } ActualSelectAllCaptionTextColor
Section titled "ActualSelectAllCaptionTextColor"Gets or sets the color to use for the actual header selectAllCaption text.
[Parameter]
public string ActualSelectAllCaptionTextColor { get; set; } BackgroundColor
Section titled "BackgroundColor"Gets or sets the color to use for the background of the component.
[Parameter]
public string BackgroundColor { get; set; } BaseTheme
Section titled "BaseTheme"Gets or Sets the property name that contains the values.
[Parameter]
public BaseControlTheme BaseTheme { get; set; } CellFontFamily
Section titled "CellFontFamily"[Parameter]
public string CellFontFamily { get; set; } CellFontSize
Section titled "CellFontSize"[Parameter]
public double CellFontSize { get; set; } CellFontStyle
Section titled "CellFontStyle"[Parameter]
public string CellFontStyle { get; set; } CellFontWeight
Section titled "CellFontWeight"[Parameter]
public string CellFontWeight { get; set; } CheckboxAlignedRight
Section titled "CheckboxAlignedRight"Gets or sets whether checkbox should be displayed to the right.
[Parameter]
public bool CheckboxAlignedRight { get; set; } CheckboxCheckedBackgroundColor
Section titled "CheckboxCheckedBackgroundColor"Gets or sets the checkbox background color when checked.
[Parameter]
public string CheckboxCheckedBackgroundColor { get; set; } CheckboxCheckedBorderColor
Section titled "CheckboxCheckedBorderColor"Gets or sets the checkbox border color when checked.
[Parameter]
public string CheckboxCheckedBorderColor { get; set; } CheckboxCornerRadius
Section titled "CheckboxCornerRadius"Gets or sets the corner radius to use for the checkbox.
[Parameter]
public double CheckboxCornerRadius { get; set; } CheckboxTickColor
Section titled "CheckboxTickColor"Gets or sets the checkbox tick color.
[Parameter]
public string CheckboxTickColor { get; set; } CheckboxUncheckedBackgroundColor
Section titled "CheckboxUncheckedBackgroundColor"Gets or sets the checkbox background color when unchecked.
[Parameter]
public string CheckboxUncheckedBackgroundColor { get; set; } CheckboxUncheckedBorderColor
Section titled "CheckboxUncheckedBorderColor"Gets or sets the checkbox border color when unchecked.
[Parameter]
public string CheckboxUncheckedBorderColor { get; set; } CheckedChanged
Section titled "CheckedChanged"[Parameter]
public Action<IgbCheckedChangedEventArgs> CheckedChanged { get; set; } CheckedChangedScript
Section titled "CheckedChangedScript"[Parameter]
public string CheckedChangedScript { get; set; } DataLegendTarget
Section titled "DataLegendTarget"[Parameter]
public object DataLegendTarget { get; set; } DataLegendTargetScript
Section titled "DataLegendTargetScript"Provides a means of setting DataLegendTarget in the JavaScript environment.
[Parameter]
public string DataLegendTargetScript { get; set; } DataMemberPath
Section titled "DataMemberPath"Gets or Sets the property name that contains the values.
[Parameter]
public string DataMemberPath { get; set; } DataSource
Section titled "DataSource"Gets or sets the data or data source instance to which to bind the grid.
[Parameter]
public object DataSource { get; set; } DataSourceScript
Section titled "DataSourceScript"Provides a means of setting DataSource in the JavaScript environment.
[Parameter]
public string DataSourceScript { get; set; } DefaultEventBehavior
Section titled "DefaultEventBehavior"Gets the components default event behavior.
protected override ControlEventBehavior DefaultEventBehavior { get; } Density
Section titled "Density"Gets or Sets the property name that contains the values.
[Parameter]
public ControlDisplayDensity Density { get; set; } FilterPlaceholderText
Section titled "FilterPlaceholderText"Gets or Sets the property name that contains the values.
[Parameter]
public string FilterPlaceholderText { get; set; } IndexType
Section titled "IndexType"Gets or Sets the property name that contains the values.
[Parameter]
public CheckboxListIndexType IndexType { get; set; } IsRowHoverEnabled
Section titled "IsRowHoverEnabled"Gets or sets whether row hover highlighting is enabled.
[Parameter]
public bool IsRowHoverEnabled { get; set; } Gets the collection responsible for selection in the CheckboxList. Selection is determined by two factors: whether everything is selected or deselected and the values present in this collection. If everything is selected then any items in this collection will be deselected. If everything is deselected then any items in this collection will be selected. The CheckboxList defaults all items as deselected. This state can change when you use the SelectAll and DeselectAll methods.
public IgbGridSelectedKeysCollection Keys { get; protected set; } LabelClickTriggersChange
Section titled "LabelClickTriggersChange"Gets or sets the search background color.
[Parameter]
public bool LabelClickTriggersChange { get; set; } LabelClicked
Section titled "LabelClicked"[Parameter]
public Action<IgbCheckedChangedEventArgs> LabelClicked { get; set; } LabelClickedScript
Section titled "LabelClickedScript"[Parameter]
public string LabelClickedScript { get; set; } PrimaryKey
Section titled "PrimaryKey"Gets or sets the primary key to use for the CheckboxList.
[Parameter]
public string[] PrimaryKey { get; set; } PropertyTypeMemberPath
Section titled "PropertyTypeMemberPath"[Parameter]
public string PropertyTypeMemberPath { get; set; } RowHeight
Section titled "RowHeight"Gets or Sets the property name that contains the values.
[Parameter]
public int RowHeight { get; set; } RowHoverBackgroundColor
Section titled "RowHoverBackgroundColor"Gets or sets the color to use when hovering over a grid row.
[Parameter]
public string RowHoverBackgroundColor { get; set; } ScrollbarActiveBackground
Section titled "ScrollbarActiveBackground"Gets or sets the scrollbar thumb background color when the user is dragging it.
[Parameter]
public string ScrollbarActiveBackground { get; set; } ScrollbarBackground
Section titled "ScrollbarBackground"Gets or sets the scrollbar background color.
[Parameter]
public string ScrollbarBackground { get; set; } ScrollbarHoverBackground
Section titled "ScrollbarHoverBackground"Gets or sets the scrollbar thumb background color when the pointer is over it.
[Parameter]
public string ScrollbarHoverBackground { get; set; } ScrollbarStyle
Section titled "ScrollbarStyle"Gets or sets the style of scrollbar.
[Parameter]
public ScrollbarStyle ScrollbarStyle { get; set; } SearchBackgroundColor
Section titled "SearchBackgroundColor"Gets or sets the search background color.
[Parameter]
public string SearchBackgroundColor { get; set; } SearchBorderColor
Section titled "SearchBorderColor"Gets or sets the search border color.
[Parameter]
public string SearchBorderColor { get; set; } SearchFocusBorderColor
Section titled "SearchFocusBorderColor"Gets or sets the search focus border color.
[Parameter]
public string SearchFocusBorderColor { get; set; } SearchFontFamily
Section titled "SearchFontFamily"[Parameter]
public string SearchFontFamily { get; set; } SearchFontSize
Section titled "SearchFontSize"[Parameter]
public double SearchFontSize { get; set; } SearchFontStyle
Section titled "SearchFontStyle"[Parameter]
public string SearchFontStyle { get; set; } SearchFontWeight
Section titled "SearchFontWeight"[Parameter]
public string SearchFontWeight { get; set; } SearchIconColor
Section titled "SearchIconColor"Gets or sets the search icon color.
[Parameter]
public string SearchIconColor { get; set; } SearchInputType
Section titled "SearchInputType"Gets or Sets the property name that contains the values.
[Parameter]
public InputGroupDisplayType SearchInputType { get; set; } SearchTextColor
Section titled "SearchTextColor"Gets or sets the search text color.
[Parameter]
public string SearchTextColor { get; set; } SelectAllCaption
Section titled "SelectAllCaption"Gets / sets the caption of the "Select All" checkbox.
[Parameter]
public string SelectAllCaption { get; set; } SelectAllCaptionTextColor
Section titled "SelectAllCaptionTextColor"Gets or sets the color to use for the "Select All" label.
[Parameter]
public string SelectAllCaptionTextColor { get; set; } SelectAllCheckboxChanged
Section titled "SelectAllCheckboxChanged"[Parameter]
public Action<IgbSelectAllCheckboxChangedEventArgs> SelectAllCheckboxChanged { get; set; } SelectAllCheckboxChangedScript
Section titled "SelectAllCheckboxChangedScript"[Parameter]
public string SelectAllCheckboxChangedScript { get; set; } SelectedKeyAdded
Section titled "SelectedKeyAdded"[Parameter]
public Action<IgbCheckedChangedEventArgs> SelectedKeyAdded { get; set; } SelectedKeyAddedScript
Section titled "SelectedKeyAddedScript"[Parameter]
public string SelectedKeyAddedScript { get; set; } SelectedKeyRemoved
Section titled "SelectedKeyRemoved"[Parameter]
public Action<IgbCheckedChangedEventArgs> SelectedKeyRemoved { get; set; } SelectedKeyRemovedScript
Section titled "SelectedKeyRemovedScript"[Parameter]
public string SelectedKeyRemovedScript { get; set; } SelectedMemberPath
Section titled "SelectedMemberPath"Gets or Sets the property name that contains the values.
[Parameter]
public string SelectedMemberPath { get; set; } ShowFilter
Section titled "ShowFilter"Gets or sets whether the filter input is visible.
[Parameter]
public bool ShowFilter { get; set; } ShowSelectAll
Section titled "ShowSelectAll"Gets / sets whether the "Select all" checkbox is visible.
[Parameter]
public bool ShowSelectAll { get; set; } SubtitleMemberPath
Section titled "SubtitleMemberPath"Gets or Sets the property name that contains the values.
[Parameter]
public string SubtitleMemberPath { get; set; } TextColor
Section titled "TextColor"Gets or sets the color to use for the text of the component.
[Parameter]
public string TextColor { get; set; } public override string Type { get; } Accessors
Section titled "Accessors"eventCallbacksCache
Section titled "eventCallbacksCache"Inherited from: BaseRendererControl
protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache _cachedSerializedContent
Section titled "_cachedSerializedContent"Inherited from: BaseRendererControl
protected string _cachedSerializedContent Methods
Section titled "Methods"ResolveEventBehavior()
Section titled "ResolveEventBehavior()"Inherited from: BaseRendererControl
Resolves the components event behavior if Auto is selected.
protected ControlEventBehavior ResolveEventBehavior() Returns any
ResolveDisplay()
Section titled "ResolveDisplay()"Inherited from: BaseRendererControl
protected virtual string ResolveDisplay() Returns any
ToSpinal(string)
Section titled "ToSpinal(string)"Inherited from: BaseRendererControl
protected string ToSpinal(string value) Parameters
- value:
string
Returns any
TransformSimpleKey(string)
Section titled "TransformSimpleKey(string)"Inherited from: BaseRendererControl
protected virtual string TransformSimpleKey(string key) Parameters
- key:
string
Returns any
IsTransformedEnumValue(string)
Section titled "IsTransformedEnumValue(string)"Inherited from: BaseRendererControl
protected virtual bool IsTransformedEnumValue(string key) Parameters
- key:
string
Returns any
TransformPotentialEnumValue(string, object)
Section titled "TransformPotentialEnumValue(string, object)"Inherited from: BaseRendererControl
protected virtual object TransformPotentialEnumValue(string key, object value) Parameters
- key:
string - value:
object
Returns any
BuildSequenceInfo(int)
Section titled "BuildSequenceInfo(int)"Inherited from: BaseRendererControl
protected virtual SequenceInfo BuildSequenceInfo(int startSequence) Parameters
- startSequence:
int
Returns any
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"Inherited from: BaseRendererControl
protected override void BuildRenderTree(RenderTreeBuilder builder) Parameters
- builder:
RenderTreeBuilder
Returns any
TemplateContentType(string)
Section titled "TemplateContentType(string)"Inherited from: BaseRendererControl
protected Type TemplateContentType(string templateId) Parameters
- templateId:
string
Returns any
OnAfterRenderAsync(bool)
Section titled "OnAfterRenderAsync(bool)"Inherited from: BaseRendererControl
protected override Task OnAfterRenderAsync(bool firstRender) Parameters
- firstRender:
bool
Returns any
EnsureReady()
Section titled "EnsureReady()"Inherited from: BaseRendererControl
public Task EnsureReady() Returns any
MarkPropDirty(string)
Section titled "MarkPropDirty(string)"Inherited from: BaseRendererControl
protected void MarkPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
IsPropDirty(string)
Section titled "IsPropDirty(string)"Inherited from: BaseRendererControl
protected bool IsPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
Serialize(SerializationContext, string)
Section titled "Serialize(SerializationContext, string)"Inherited from: BaseRendererControl
public void Serialize(SerializationContext context, string propertyName = null) Parameters
- context:
SerializationContext - propertyName:
string
Returns any
Serialize()
Section titled "Serialize()"Inherited from: BaseRendererControl
public string Serialize() Returns any
InvokeMethod(string, object[], string[], ElementReference[])
Section titled "InvokeMethod(string, object[], string[], ElementReference[])"Inherited from: BaseRendererControl
protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodSync(string, object[], string[], ElementReference[])
Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"Inherited from: BaseRendererControl
protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
SuspendNotifications(object)
Section titled "SuspendNotifications(object)"Inherited from: BaseRendererControl
Prevents data change notifications from be propagated to the component.
public void SuspendNotifications(object dataSource) Parameters
- dataSource:
object
Returns any
ResumeNotifications(object, bool)
Section titled "ResumeNotifications(object, bool)"Inherited from: BaseRendererControl
Resumes data change notifications.
public void ResumeNotifications(object dataSource, bool notify = true) Parameters
- dataSource:
object - notify:
bool
Returns any
NotifyInsertItem(object, int, object)
Section titled "NotifyInsertItem(object, int, object)"Inherited from: BaseRendererControl
public void NotifyInsertItem(object dataSource, int index, object refItem) Parameters
- dataSource:
object - index:
int - refItem:
object
Returns any
NotifyRemoveItem(object, int, object)
Section titled "NotifyRemoveItem(object, int, object)"Inherited from: BaseRendererControl
public void NotifyRemoveItem(object dataSource, int index, object oldItem) Parameters
- dataSource:
object - index:
int - oldItem:
object
Returns any
NotifyClearItems(object)
Section titled "NotifyClearItems(object)"Inherited from: BaseRendererControl
public void NotifyClearItems(object dataSource) Parameters
- dataSource:
object
Returns any
NotifySetItem(object, int, object, object)
Section titled "NotifySetItem(object, int, object, object)"Inherited from: BaseRendererControl
public void NotifySetItem(object dataSource, int index, object oldItem, object newItem) Parameters
- dataSource:
object - index:
int - oldItem:
object - newItem:
object
Returns any
NotifyUpdateItem(object, int, object, bool)
Section titled "NotifyUpdateItem(object, int, object, bool)"Inherited from: BaseRendererControl
public void NotifyUpdateItem(object dataSource, int index, object refItem, bool syncDataOnly = false) Parameters
- dataSource:
object - index:
int - refItem:
object - syncDataOnly:
bool
Returns any
OnRefChanged(string, object)
Section titled "OnRefChanged(string, object)"Inherited from: BaseRendererControl
public void OnRefChanged(string refName, object refValue) Parameters
- refName:
string - refValue:
object
Returns any
OnInvokeReturn(long, object)
Section titled "OnInvokeReturn(long, object)"Inherited from: BaseRendererControl
public void OnInvokeReturn(long invokeId, object returnValue) Parameters
- invokeId:
long - returnValue:
object
Returns any
Camelize(string)
Section titled "Camelize(string)"Inherited from: BaseRendererControl
protected string Camelize(string value) Parameters
- value:
string
Returns any
ToPascal(string)
Section titled "ToPascal(string)"Inherited from: BaseRendererControl
protected string ToPascal(string value) Parameters
- value:
string
Returns any
OnElementNameChanged(BaseRendererElement, string, string)
Section titled "OnElementNameChanged(BaseRendererElement, string, string)"Inherited from: BaseRendererControl
protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName) Parameters
- element:
BaseRendererElement - oldName:
string - newName:
string
Returns any
Dispose(bool)
Section titled "Dispose(bool)"Inherited from: BaseRendererControl
protected virtual void Dispose(bool disposing) Parameters
- disposing:
bool
Returns any
SetResourceStringAsync(string, string, string)
Section titled "SetResourceStringAsync(string, string, string)"Inherited from: BaseRendererControl
public Task<object> SetResourceStringAsync(string grouping, string id, string value) Parameters
- grouping:
string - id:
string - value:
string
Returns any
SetResourceStringAsync(string, string)
Section titled "SetResourceStringAsync(string, string)"Inherited from: BaseRendererControl
public Task<object> SetResourceStringAsync(string grouping, string json) Parameters
- grouping:
string - json:
string
Returns any
SetPropertyValue(object, PropertyInfo, JsonElement)
Section titled "SetPropertyValue(object, PropertyInfo, JsonElement)"Inherited from: BaseRendererControl
protected void SetPropertyValue(object item, PropertyInfo property, JsonElement jsonElement) Parameters
- item:
object - property:
PropertyInfo - jsonElement:
JsonElement
Returns any
SetPropertyValue(object, PropertyInfo, object)
Section titled "SetPropertyValue(object, PropertyInfo, object)"Inherited from: BaseRendererControl
protected void SetPropertyValue(object item, PropertyInfo property, object value) Parameters
- item:
object - property:
PropertyInfo - value:
object
Returns any
Dispose()
Section titled "Dispose()"Inherited from: BaseRendererControl
public void Dispose() Returns any
AddKeyValue(object[])
Section titled "AddKeyValue(object[])"public void AddKeyValue(object[] value) Parameters
- value:
object[]
Returns any
AddKeyValueAsync(object[])
Section titled "AddKeyValueAsync(object[])"public Task AddKeyValueAsync(object[] value) Parameters
- value:
object[]
Returns any
DeselectAll()
Section titled "DeselectAll()"public void DeselectAll() Returns any
DeselectAllAsync()
Section titled "DeselectAllAsync()"Deselects all the items in the checkbox list.
public Task DeselectAllAsync() Returns any
EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"protected override void EnsureModulesLoaded() Returns any
ExportSerializedVisualModel()
Section titled "ExportSerializedVisualModel()"public string ExportSerializedVisualModel() Returns any
ExportSerializedVisualModelAsync()
Section titled "ExportSerializedVisualModelAsync()"Returns a serialized copy of the exported visual model
public Task<string> ExportSerializedVisualModelAsync() Returns any
ExportVisualModel()
Section titled "ExportVisualModel()"public object ExportVisualModel() Returns any
ExportVisualModelAsync()
Section titled "ExportVisualModelAsync()"Exports visual information about the current state of the grid.
public Task<object> ExportVisualModelAsync() Returns any
FindByName(string)
Section titled "FindByName(string)"public override object FindByName(string name) Parameters
- name:
string
Returns any
IsEverythingSelected()
Section titled "IsEverythingSelected()"public bool IsEverythingSelected() Returns any
IsEverythingSelectedAsync()
Section titled "IsEverythingSelectedAsync()"Returns true if all of the items are selected / checked; otherwise false.
public Task<bool> IsEverythingSelectedAsync() Returns any
IsNothingSelected()
Section titled "IsNothingSelected()"public bool IsNothingSelected() Returns any
IsNothingSelectedAsync()
Section titled "IsNothingSelectedAsync()"Returns true if no items are selected / checked; otherwise false.
public Task<bool> IsNothingSelectedAsync() Returns any
NotifyClearItems()
Section titled "NotifyClearItems()"public void NotifyClearItems() Returns any
NotifyClearItemsAsync()
Section titled "NotifyClearItemsAsync()"Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined. This should not be called if the data that the grid is bound to is already observable.
public Task NotifyClearItemsAsync() Returns any
NotifyInsertItem(int, object)
Section titled "NotifyInsertItem(int, object)"public void NotifyInsertItem(int index, object newItem) Parameters
- index:
int - newItem:
object
Returns any
NotifyInsertItemAsync(int, object)
Section titled "NotifyInsertItemAsync(int, object)"public Task NotifyInsertItemAsync(int index, object newItem) Parameters
- index:
int - newItem:
object
Returns any
NotifyRemoveItem(int, object)
Section titled "NotifyRemoveItem(int, object)"public void NotifyRemoveItem(int index, object oldItem) Parameters
- index:
int - oldItem:
object
Returns any
NotifyRemoveItemAsync(int, object)
Section titled "NotifyRemoveItemAsync(int, object)"public Task NotifyRemoveItemAsync(int index, object oldItem) Parameters
- index:
int - oldItem:
object
Returns any
NotifySetItem(int, object, object)
Section titled "NotifySetItem(int, object, object)"public void NotifySetItem(int index, object oldItem, object newItem) Parameters
- index:
int - oldItem:
object - newItem:
object
Returns any
NotifySetItemAsync(int, object, object)
Section titled "NotifySetItemAsync(int, object, object)"public Task NotifySetItemAsync(int index, object oldItem, object newItem) Parameters
- index:
int - oldItem:
object - newItem:
object
Returns any
Refresh()
Section titled "Refresh()"public void Refresh() Returns any
RefreshAsync()
Section titled "RefreshAsync()"public Task RefreshAsync() Returns any
RemoveKeyValue(object[])
Section titled "RemoveKeyValue(object[])"public void RemoveKeyValue(object[] value) Parameters
- value:
object[]
Returns any
RemoveKeyValueAsync(object[])
Section titled "RemoveKeyValueAsync(object[])"public Task RemoveKeyValueAsync(object[] value) Parameters
- value:
object[]
Returns any
SelectAll()
Section titled "SelectAll()"public void SelectAll() Returns any
SelectAllAsync()
Section titled "SelectAllAsync()"selects all the items in the checkbox list.
public Task SelectAllAsync() Returns any
Events
Section titled "Events"IndexTypeChanged
Section titled "IndexTypeChanged"[Parameter]
public EventCallback<IgbCheckboxListIndexTypeChangedEventArgs> IndexTypeChanged { get; set; } KeysCleared
Section titled "KeysCleared"[Parameter]
public EventCallback<IgbCheckboxListKeysClearedEventArgs> KeysCleared { get; set; } IndexTypeChangedScript
Section titled "IndexTypeChangedScript"[Parameter]
public string IndexTypeChangedScript { get; set; } KeysClearedScript
Section titled "KeysClearedScript"[Parameter]
public string KeysClearedScript { get; set; }