RowDataBase.IndicatorImage Property
In This Article
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 |
---|---|
Image |
An image displayed in the Row Indicator Panel for the row. |
See Also