Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class LayoutControlItemHidingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsLayoutControlItemHidingEventArgs
Inherited Members
Constructors
C#
public LayoutControlItemHidingEventArgs(LayoutControlItemBase item)
Properties
Gets the item that is about to be hidden.
C#
public LayoutControlItemBase Item { get; }