Class GridExpanderItem
Represents an expander that is drawn in expander cells
Inheritance
System.Object
GridExpanderItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridExpanderItem : ExpanderItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
GridExpanderItem()
Declaration
public GridExpanderItem()
Properties
Expanded
Gets or sets a value indicating whether the sign is in expanded or collapsed state
Declaration
public override bool Expanded { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
CheckChildViewExpandingEventIsCanceled(Boolean)
Checks the child view expanding event is canceled.
Declaration
protected virtual void CheckChildViewExpandingEventIsCanceled(bool value)
Parameters
System.Boolean
value
The value. |