EditorRow.GetRowProperties() Method
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v20.2.dll
Declaration
public override IEnumerable<RowProperties> GetRowProperties()
Public Overrides Function GetRowProperties As IEnumerable(Of RowProperties)
Returns
Type |
---|
IEnumerable<RowProperties> |
See Also
Feedback