A newer version of this page is available.
Switch to the current version.
ViewProperty Class
A view column.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v18.2.dll
Declaration
[TypeConverter(typeof(ViewPropertyConverter))]
public class ViewProperty :
IDataColumnInfoProvider
<TypeConverter(GetType(ViewPropertyConverter))>
Public Class ViewProperty
Implements IDataColumnInfoProvider
Related API Members
The following members accept/return ViewProperty objects:
Show 11 links
Remarks
A view stores its columns within the XPView.Properties collection. A single column is represented by a ViewProperty class. This class provides properties that specify the column's name, sort order, etc.
Inheritance
Object
ViewProperty
See Also
Feedback