Back to Devexpress

CustomAppearanceEventArgs Class

wpf-devexpress-dot-xpf-dot-core-dot-conditionalformatting-b623a1e0.md

latest1.6 KB
Original Source

CustomAppearanceEventArgs Class

Provides data for the TableView.CustomRowAppearance and TreeListView.CustomRowAppearance events.

Namespace : DevExpress.Xpf.Core.ConditionalFormatting

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class CustomAppearanceEventArgs :
    EventArgs
vb
Public Class CustomAppearanceEventArgs
    Inherits EventArgs

Remarks

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

Inheritance

Object EventArgs CustomAppearanceEventArgs CustomRowAppearanceEventArgs

CustomCellAppearanceEventArgs

See Also

CustomAppearanceEventArgs Members

DevExpress.Xpf.Core.ConditionalFormatting Namespace