Back to Devexpress

ASPxTrackBar.DataSourceID Property

aspnet-devexpress-dot-web-dot-aspxtrackbar-a7446655.md

latest1.3 KB
Original Source

ASPxTrackBar.DataSourceID Property

Gets or sets the ID of the control from which the data-bound editor retrieves its list of data items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public override string DataSourceID { get; set; }
vb
Public Overrides Property DataSourceID As String

Property Value

TypeDescription
String

The ID of a control that is the data source from which the data-bound editor retrieves its items.

|

See Also

DataSource

TextField

ValueField

ToolTipField

Track Bar

ASPxTrackBar Class

ASPxTrackBar Members

DevExpress.Web Namespace