Class LayoutControlItemHidingEventArgs
Inheritance
System.Object
LayoutControlItemHidingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LayoutControlItemHidingEventArgs : CancelEventArgs
Constructors
LayoutControlItemHidingEventArgs(LayoutControlItemBase)
Declaration
public LayoutControlItemHidingEventArgs(LayoutControlItemBase item)
Parameters
LayoutControlItemBase
item
|
Properties
Item
Gets the item that is about to be hidden.
Declaration
public LayoutControlItemBase Item { get; }
Property Value
LayoutControlItemBase
|