Back to Devexpress

DetailTabStyleEventArgs.Caption Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-detailtabstyleeventargs.md

latest1.2 KB
Original Source

DetailTabStyleEventArgs.Caption Property

Gets or sets the tab caption.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public string Caption { get; set; }
vb
Public Property Caption As String

Property Value

TypeDescription
String

A string value that specifies a caption.

|

See Also

DetailTabStyleEventArgs Class

DetailTabStyleEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace