Class CollapsibleElement
Defines methods and properties for a collapsible element. For example, RadRibonBarChunk is a collapsible element.
Inheritance
System.Object
CollapsibleElement
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.Layouts
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class CollapsibleElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
CollapsibleElement()
Declaration
protected CollapsibleElement()
Fields
collapsableChildren
Declaration
public IList<CollapsibleElement> collapsableChildren
Field Value
System.
|
invalidateCollapsableChildrenCollection
Declaration
protected bool invalidateCollapsableChildrenCollection
Field Value
System.
|
Properties
AllowCollapsed
Declaration
public bool AllowCollapsed { get; set; }
Property Value
System.
|
CollapseMaxSteps
Declaration
public abstract int CollapseMaxSteps { get; }
Property Value
System.
|
CollapseStep
Declaration
public int CollapseStep { get; set; }
Property Value
System.
|
CreateAdapterMethod
Declaration
public CollapsibleElement.CreateAdapterDelegate CreateAdapterMethod { get; set; }
Property Value
SizeAfterCollapsing
Declaration
public SizeF SizeAfterCollapsing { get; set; }
Property Value
System.
|
SizeBeforeCollapsing
Declaration
public SizeF SizeBeforeCollapsing { get; set; }
Property Value
System.
|
Methods
CanCollapseToStep(Int32)
Declaration
public abstract bool CanCollapseToStep(int nextStep)
Parameters
System.
|
Returns
System.
|
CanExecuteExpandCollapse(RadItem, Boolean, ChunkVisibilityState)
Declaration
protected virtual bool CanExecuteExpandCollapse(RadItem item, bool isExpanding, ChunkVisibilityState nextState)
Parameters
Rad
|
System.
|
Chunk
|
Returns
System.
|
CanExpandToStep(Int32)
Declaration
public abstract bool CanExpandToStep(int nextStep)
Parameters
System.
|
Returns
System.
|
CollapseCollection(Int32)
Declaration
protected virtual bool CollapseCollection(int nextStep)
Parameters
System.
|
Returns
System.
|
CollapseElementToStep(Int32)
Declaration
public abstract bool CollapseElementToStep(int collapseStep)
Parameters
System.
|
Returns
System.
|
ExpandCollection(Int32)
Declaration
protected virtual bool ExpandCollection(int nextStep)
Parameters
System.
|
Returns
System.
|
ExpandElementToStep(Int32)
Declaration
public abstract bool ExpandElementToStep(int collapseStep)
Parameters
System.
|
Returns
System.
|
FillCollapsableChildrenCollection(RadElement)
Declaration
protected void FillCollapsableChildrenCollection(RadElement baseItem)
Parameters
Rad
|
FindCollapsibleChild(RadElement)
Declaration
protected virtual CollapsibleElement FindCollapsibleChild(RadElement item)
Parameters
Rad
|
Returns
InvalidateIfNeeded()
Declaration
protected virtual void InvalidateIfNeeded()
OnIsSimplifiedChanged()
Declaration
protected virtual void OnIsSimplifiedChanged()
ResetStateSizes()
Declaration
protected void ResetStateSizes()