XPServerCollectionSource Properties
The data source for a GridControl and GridLookUpEdit controls that binds these controls to data in Server Mode.
Name | Description |
---|---|
Allow |
Gets or sets whether data editing is allowed. |
Allow |
Gets or sets whether new items can be added to a collection by a bound control. |
Allow |
Gets or sets whether items can be removed from a collection by a bound control. |
Can |
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. |
Default |
Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. |
Delete |
Gets or sets whether the persistent object is deleted from the data store when it is removed from the collection. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Displayable |
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. |
Fixed |
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 XPServer |
Fixed |
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 XPServer |
Object |
Gets a XPClass |
Object |
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 XPServer |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Track |
Gets or sets whether the XPServer |
See Also