Skip to main content

CustomColumnSortEventArgs.Value1 Property

Gets the first value being compared.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public object Value1 { get; }

#Property Value

Type Description
Object

An object that represents the first of the two values being compared.

See Also