Skip to main content

RowDataBase.IndicatorImage Property

Gets an image displayed in the Row Indicator Panel for the row.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[P(null, Handler = "$() => RaisePropertyChanged(IndicatorImageArgs)")]
public ImageSource IndicatorImage { get; }

Property Value

Type Description
ImageSource

An image displayed in the Row Indicator Panel for the row.

See Also