Back to Devexpress

VGridControl.GetAllRowProperties() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrol-c88dc309.md

latest1.4 KB
Original Source

VGridControl.GetAllRowProperties() Method

This method supports internal infrastructure and is not intended to be used in code.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public List<RowProperties> GetAllRowProperties()
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function GetAllRowProperties As List(Of RowProperties)

Returns

Type
List<RowProperties>

See Also

VGridControl Class

VGridControl Members

DevExpress.XtraVerticalGrid Namespace