ClassLayoutControlGroupBase
Represents a base class for all groups displayed inside the RadLayoutControl.
Definition
Namespace:Telerik.Windows.Controls.LayoutControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public abstract class LayoutControlGroupBase : ItemsControl, ISerializable
Inheritance: objectLayoutControlGroupBase
Derived Classes:
Implements:
Constructors
LayoutControlGroupBase()
Declaration
protected LayoutControlGroupBase()
Fields
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
DependencyProperty
Properties
Orientation
Gets or sets a value indicating the orientation of the Group.
Declaration
public Orientation Orientation { get; set; }
Property Value
Orientation
Methods
ClearContainerForItemOverride(DependencyObject, object)
When overridden in a derived class, undoes the effects of the System.Windows.Controls.ItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object) method.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
item
Deserialize(SerializationInfo)
Deserializes the specified info. Restores the property values of the instance from the info.
Declaration
public virtual void Deserialize(SerializationInfo info)
Parameters
info
Implements
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this System.Windows.FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter.
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
e
DependencyPropertyChangedEventArgs
PrepareContainerForItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
Element used to display the specified item.
item
Specified item.
Serialize()
Serializes this instance into a SerializationInfo object.
Declaration
public virtual SerializationInfo Serialize()
Returns
Implements
Events
ElementLoaded
Occurs when an element is loaded.
Declaration
public event EventHandler<LayoutElementSerializationEventArgs> ElementLoaded
Event Value
ElementLoading
Occurs when an element starts loading.
Declaration
public event EventHandler<LayoutElementLoadingEventArgs> ElementLoading
Event Value
ElementSaved
Occurs when an element is saved.
Declaration
public event EventHandler<LayoutElementSerializationEventArgs> ElementSaved
Event Value
ElementSaving
Occurs when an element starts saving.
Declaration
public event EventHandler<LayoutElementSavingEventArgs> ElementSaving
Event Value