Back to Devexpress

ServerViewProperty Members

xpo-devexpress-dot-xpo-dot-serverviewproperty-dot-underscore-members.md

latest4.5 KB
Original Source

ServerViewProperty Members

The ServerViewProperty stores information that specifies values to be loaded from the data server - property names, criteria, and sort order.

Constructors

NameDescription
ServerViewProperty()Uses default settings to initialize a new ServerViewProperty instance.
ServerViewProperty(String, SortDirection, CriteriaOperator)Uses specified name, sorting, and property values to initialize a new ServerViewProperty instance.
ServerViewProperty(String, SortDirection, String)Uses specified name, sorting, and property values to initialize a new ServerViewProperty instance.
ServerViewProperty(String, String)Uses specified name and property values to initialize a new ServerViewProperty instance.

Properties

NameDescription
NameGets or sets the property’s name.
PropertyGets or sets the criteria to calculate property values.
SortingGets or sets the sort order for the property values to be retrieved from the data server.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
PropertyChangedOccurs when the Name, Property, or Sorting property’s value changes.

See Also

ServerViewProperty Class

DevExpress.Xpo Namespace