Skip to main content
.NET 6.0+

XPDataView Properties

The data source that displays data from result sets.
Name Description
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
CaseSensitive Gets or sets whether string comparisons evaluated by the XPDataView on the client are case-sensitive.
Container Gets the IContainer that contains the Component. Inherited from Component.
Count Gets the number of records within the data view.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Dictionary Gets or sets the metadata provider used to filter and sort data using custom function operators.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
Filter Gets or sets the criteria used to perform client-side filtering of data view rows.
FilterString Gets or sets the string representation of the criteria used to perform client-side filtering of data view rows.
Item[Int32] Provides indexed access to individual records within the data view.
Properties Provides access to the data view’s columns.
Site Gets or sets the ISite of the Component. Inherited from Component.
Sorting Provides access to the collection whose elements specify sorting options for the data view.
See Also