Back to Devexpress

ServerViewProperty Constructors

xpo-devexpress-dot-xpo-dot-serverviewproperty-dot-ctor.md

latest1.7 KB
Original Source

ServerViewProperty Constructors

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

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

See Also

ServerViewProperty Class

ServerViewProperty Members

DevExpress.Xpo Namespace