windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-49abef8c.md
Represents settings common to all row items.
Namespace : DevExpress.XtraVerticalGrid.Rows
Assembly : DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
public class RowProperties :
IDisposable,
IDataColumnInfo,
IControlFilterColumn,
IUnboundColumnTypeProvider,
IAccessiblePropertiesProvider
Public Class RowProperties
Implements IDisposable,
IDataColumnInfo,
IControlFilterColumn,
IUnboundColumnTypeProvider,
IAccessiblePropertiesProvider
The following members return RowProperties objects:
Show 15 links
The RowProperties class represents settings which are common to all row items, it is the base class for classes that represent row item settings for the category and multi editor rows.
Settings that are common to items of different row types are listed below:
You have no need to create and initialize the RowProperties objects manually, since they are created automatically when an editor row is instantiated.
The RowProperties object can be accessed using the row’s BaseRow.Properties property.
Object RowProperties CategoryRowProperties
See Also