Skip to main content

CustomCellAppearanceEventArgs.ResultFormat Property

Provides access to the appearance settings applied to the cell.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Format ResultFormat { get; }

Property Value

Type Description
Format

A DevExpress.UI.Xaml.Grid.Format value.

See Also