ClassLayoutControlItemHidingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class LayoutControlItemHidingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsLayoutControlItemHidingEventArgs
Inherited Members
Constructors
LayoutControlItemHidingEventArgs(LayoutControlItemBase)
Declaration
cs-api-definition
public LayoutControlItemHidingEventArgs(LayoutControlItemBase item)
Parameters
item
Properties
Item
Gets the item that is about to be hidden.
Declaration
cs-api-definition
public LayoutControlItemBase Item { get; }
Property Value