Table of Contents

Property CheckedIndex

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CheckedIndex

Gets or sets the zero-based index of the currently checked item in a control.

int? CheckedIndex { get; set; }

Property Value

int?

A zero-based index of the currently checked item. A value of null is returned if no item is checked.