Back to Devexpress

RealTimeSource Properties

corelibraries-devexpress-dot-data-dot-realtimesource-dot-underscore-properties.md

latest3.3 KB
Original Source

RealTimeSource Properties

The component that acts as an asynchronous bridge between a data-aware control and rapidly changing data.

NameDescription
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DataSourceSpecifies the data source from which the RealTimeSource component retrieves its data.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DisplayablePropertiesSpecifies a semicolon-separated list of displayable property names.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
IgnoreItemEventsSpecifies whether to ignore INotifyPropertyChanged.PropertyChanged events of the data source items.
SiteGets or sets the ISite of the Component. Inherited from Component.
UseWeakEventHandlerSpecifies whether or not the WeakReference is used to handle the data source’s IBindingList.ListChanged event.

See Also

RealTimeSource Class

RealTimeSource Members

DevExpress.Data Namespace