Back to Devexpress

CustomBestFitEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-51d47ddd.md

latest1.2 KB
Original Source

CustomBestFitEventHandler Delegate

Represents a method that will handle the TableView.CustomBestFit event.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public delegate void CustomBestFitEventHandler(
    object sender,
    CustomBestFitEventArgs e
);
vb
Public Delegate Sub CustomBestFitEventHandler(
    sender As Object,
    e As CustomBestFitEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CustomBestFitEventArgs |

A CustomBestFitEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace