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
protected LayoutControlGroupBase()
Fields
OrientationProperty
DependencyProperty
Identifies the Orientation dependency property.
public static readonly DependencyProperty OrientationProperty
Properties
Orientation
Orientation
Gets or sets a value indicating the orientation of the Group.
public Orientation Orientation { get; set; }
Methods
When overridden in a derived class, undoes the effects of the System.Windows.Controls.ItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object) method.
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Deserializes the specified info. Restores the property values of the instance from the info.
public virtual void Deserialize(SerializationInfo info)
Implements:
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.
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.
Serializes this instance into a SerializationInfo object.
Events
Occurs when an element is loaded.
public event EventHandler<LayoutElementSerializationEventArgs> ElementLoaded
Occurs when an element starts loading.
public event EventHandler<LayoutElementLoadingEventArgs> ElementLoading
Occurs when an element is saved.
public event EventHandler<LayoutElementSerializationEventArgs> ElementSaved
Occurs when an element starts saving.
public event EventHandler<LayoutElementSavingEventArgs> ElementSaving