Class
LayoutControlItemHidingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class LayoutControlItemHidingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsLayoutControlItemHidingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

LayoutControlItemHidingEventArgs(LayoutControlItemBase)

Declaration

cs-api-definition
public LayoutControlItemHidingEventArgs(LayoutControlItemBase item)

Parameters

item

LayoutControlItemBase

Properties

Item

Gets the item that is about to be hidden.

Declaration

cs-api-definition
public LayoutControlItemBase Item { get; }

Property Value

LayoutControlItemBase