KaxTrackBarItemSelected Property |
Gets the selected state of the trackbar item.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Selected { get; }
Public ReadOnly Property Selected As Boolean
Get
public:
property bool Selected {
bool get ();
}
member Selected : bool with get
Property Value
Type:
Boolean
Remarks
Use the Selected property to determine whether the item is selected or not.
See Also