Skip to main content
A newer version of this page is available. .

CustomCellAppearanceEventArgs(CustomAppearanceEventArgs) Constructor

Initializes a new instance of the CustomCellAppearanceEventArgs class with the specified event arguments.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public CustomCellAppearanceEventArgs(
    CustomAppearanceEventArgs args
)

Parameters

Name Type Description
args CustomAppearanceEventArgs

A CustomAppearanceEventArgs object whose properties are used to initialize a newly created object.

See Also