Skip to main content
All docs
V24.1

DetailTabStyleEventArgs.Caption Property

Gets or sets the tab caption.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.1.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