Skip to main content

CustomGroupDisplayTextEventArgs.DisplayText Property

Gets or sets the text displayed within the processed group row.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public string DisplayText { get; set; }

#Property Value

Type Description
String

A String value that specifies the text displayed within the processed group row.

See Also