XPServerCollectionSource Properties
The data source for a GridControl and GridLookUpEdit controls that binds these controls to data in Server Mode.Name | Description |
---|---|
AllowEdit | Gets or sets whether data editing is allowed. |
AllowNew | Gets or sets whether new items can be added to a collection by a bound control. |
AllowRemove | Gets or sets whether items can be removed from a collection by a bound control. |
CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
DefaultSorting | Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. |
DeleteObjectOnRemove | Gets or sets whether the persistent object is deleted from the data store when it is removed from the collection. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
DisplayableProperties | Gets or sets properties that are available for binding in a bound data-aware control at design time. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
FixedFilterCriteria | Gets 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. |
FixedFilterString | Gets 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. |
ObjectClassInfo | Gets a XPClassInfo object that describes the target data table in the data store. |
ObjectType | Gets the type of the object that describes the target data table in the data store. |
Session | Gets or sets the Session used by the current XPServerCollectionSource object. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
TrackChanges | Gets or sets whether the XPServerCollectionSource tracks item changes. |
See Also