Back to Devexpress

RowProperties.AnnotationAttributes Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-06111359.md

latest1.4 KB
Original Source

RowProperties.AnnotationAttributes Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

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 virtual AnnotationAttributes AnnotationAttributes { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property AnnotationAttributes As AnnotationAttributes

Property Value

Type
DevExpress.Data.Utils.AnnotationAttributes

See Also

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace