Back to Devexpress

BaseView.GetViewCaption() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-643f7b99.md

latest1.4 KB
Original Source

BaseView.GetViewCaption() Method

Gets the View’s display caption.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual string GetViewCaption()
vb
Public Overridable Function GetViewCaption As String

Returns

TypeDescription
String

A string representing the View’s display caption.

|

Remarks

This method supports the internal infrastructure. Usually there is no need to call it directly from your code.

See Also

LevelName

ViewCaption

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace