New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents data for the ColumnUserResizeCompleted event.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ColumnUserResizeCompletedEventArgs : EventArgs

Inheritance: objectEventArgsColumnUserResizeCompletedEventArgs

Inherited Members EventArgs.Empty

Properties

Gets DataGridColumn that was resized.

C#
public DataGridColumn Column { get; }

Gets the width the DataGridColumn was resized to.

C#
public double Width { get; }
In this article
DefinitionPropertiesColumnWidth
Not finding the help you need?
Contact Support