Back to Devexpress

XPServerCollectionSource Properties

xpo-devexpress-dot-xpo-dot-xpservercollectionsource-dot-underscore-properties.md

latest5.0 KB
Original Source

XPServerCollectionSource Properties

The data source for a GridControl and GridLookUpEdit controls that binds these controls to data in Server Mode.

NameDescription
AllowEditGets or sets whether data editing is allowed.
AllowNewGets or sets whether new items can be added to a collection by a bound control.
AllowRemoveGets or sets whether items can be removed from a collection by a bound control.
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.
DefaultSortingSpecifies how data source contents are sorted by default, when sort order is not specified by the bound control.
DeleteObjectOnRemoveGets or sets whether the persistent object is deleted from the data store when it is removed from the collection.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DisplayablePropertiesGets or sets properties that are available for binding in a bound data-aware control at design time.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FixedFilterCriteriaGets or sets the criteria used to filter objects on the data store side. These criteria are never affected by the data-aware control that is bound to the current XPServerCollectionSource object.
FixedFilterStringGets or sets an expression in a string format, used to filter objects on the data store side. This filter is never affected by the data-aware control that is bound to the current XPServerCollectionSource object.
ObjectClassInfoGets a XPClassInfo object that describes the target data table in the data store.
ObjectTypeGets the type of the object that describes the target data table in the data store.
SessionGets or sets the Session used by the current XPServerCollectionSource object.
SiteGets or sets the ISite of the Component. Inherited from Component.
TrackChangesGets or sets whether the XPServerCollectionSource tracks item changes.

See Also

XPServerCollectionSource Class

XPServerCollectionSource Members

DevExpress.Xpo Namespace