Back to Devexpress

BaseRow.Name Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-56ee2e9d.md

latest2.2 KB
Original Source

BaseRow.Name Property

Gets or sets the row name.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public virtual string Name { get; set; }
vb
<Browsable(False)>
<DefaultValue("")>
<XtraSerializableProperty>
Public Overridable Property Name As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value specifying the row name.

|

Remarks

BaseRow objects are Component descendants and so can be directly accessed in code using their names. Use the Name property to specify a row’s unique string identifier, it must be unique with respect to the names of all the components residing on the form. If such a name is assigned to a row, you can use it to access the row in code by its name.

You can also use the Name property to identify a row when handling row related events, etc.

See Also

VGridRows

Item

Index

BaseRow Class

BaseRow Members

DevExpress.XtraVerticalGrid.Rows Namespace