Back to Devexpress

GridControl.GetFocusedRowCellDisplayText(String) Method

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-dot-getfocusedrowcelldisplaytext-x28-system-dot-string-x29.md

latest1.9 KB
Original Source

GridControl.GetFocusedRowCellDisplayText(String) Method

Returns the text displayed within the specified cell contained within the focused row.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public string GetFocusedRowCellDisplayText(
    string fieldName
)
vb
Public Function GetFocusedRowCellDisplayText(
    fieldName As String
) As String

Parameters

NameTypeDescription
fieldNameString

A String value that specifies the column’s filed name.

|

Returns

TypeDescription
String

A String value that specifies the text contained within the specified cell.

|

Remarks

To learn more, see Obtain and Set Cell Values.

See Also

GetCellDisplayText(Int32, GridColumn)

GetFocusedRowCellValue

GridControl Class

GridControl Members

DevExpress.Xpf.Grid Namespace