New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class DataLayoutItemInitializingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsDataLayoutItemInitializingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public DataLayoutItemInitializingEventArgs(LayoutControlItem item)
Parameters:itemLayoutControlItem

Properties

C#
public LayoutControlItem Item { get; }