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

CustomRowAppearanceEventArgs(CustomAppearanceEventArgs) Constructor

Initializes a new instance of the CustomRowAppearanceEventArgs class.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public CustomRowAppearanceEventArgs(
    CustomAppearanceEventArgs args
)

Parameters

Name Type Description
args CustomAppearanceEventArgs

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

Remarks

Instances of the CustomRowAppearanceEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also