KaxTrackBarSelectedValue Property |
Gets the
Value of the selected item in case
ItemType of the KaxTrackBar control equals TrackBarItemType.Item.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string SelectedValue { get; set; }
Public Property SelectedValue As String
Get
Set
public:
property String^ SelectedValue {
String^ get ();
void set (String^ value);
}
member SelectedValue : string with get, set
Return Value
Type:
String
The
Value of the selected item. If there are no items in the Items collection
of the KaxTrackBar control, returns empty string.
See Also