Back to Devexpress

RowProperties.BaseName Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-8e700c94.md

latest1.3 KB
Original Source

RowProperties.BaseName Property

For internal use.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string BaseName { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property BaseName As String

Property Value

Type
String

See Also

FieldName

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace