Back to Devexpress

ASPxTrackBar.DataSource Property

aspnet-devexpress-dot-web-dot-aspxtrackbar-79b59164.md

latest1.3 KB
Original Source

ASPxTrackBar.DataSource Property

Gets or sets the object 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 object DataSource { get; set; }
vb
Public Overrides Property DataSource As Object

Property Value

TypeDescription
Object

An object that is the data source from which the data-bound editor retrieves its items.

|

See Also

DataSourceID

TextField

ValueField

ToolTipField

Track Bar

ASPxTrackBar Class

ASPxTrackBar Members

DevExpress.Web Namespace