Skip to main content
All docs
V23.2

DetailTabStyleEventArgs.Caption Property

Gets or sets the tab caption.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

A string value that specifies a caption.

See Also