Back to Devexpress

XPServerModeView.AddProperty Method

xpo-devexpress-dot-xpo-dot-xpservermodeview-dot-addproperty.md

latest2.1 KB
Original Source

XPServerModeView.AddProperty Method

NameParametersDescription
AddProperty(CriteriaOperator)propertyCreates a new ServerViewProperty object and appends it to the Properties collection.
AddProperty(String, CriteriaOperator, SortDirection)name, property, sortingCreates a new ServerViewProperty object and appends it to the Properties collection.
AddProperty(String, CriteriaOperator)name, propertyCreates a new ServerViewProperty object and appends it to the Properties collection.
AddProperty(String, String, SortDirection)name, property, sortingCreates a new ServerViewProperty object and appends it to the Properties collection.
AddProperty(String, String)name, propertyCreates a new ServerViewProperty object and appends it to the Properties collection.
AddProperty(String)propertyCreates a new ServerViewProperty object and appends it to the Properties collection.