xpo-devexpress-dot-xpo-6a34fe5c.md
A view column.
Namespace : DevExpress.Xpo
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
public class ViewProperty :
IDataColumnInfoProvider
Public Class ViewProperty
Implements IDataColumnInfoProvider
The following members return ViewProperty objects:
Show 11 links
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.
Object ViewProperty
See Also