Skip to main content
A newer version of this page is available. .

SlideGroup.Properties Property

Provides access to the current SlideGroup‘s settings.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Properties")]
public ISlideGroupDefaultProperties Properties { get; }

Property Value

Type Description
ISlideGroupDefaultProperties

An ISlideGroupDefaultProperties object that contains the current SlideGroup‘s settings.

Remarks

The Properties property has a higher priority than the WindowsUIView.SlideGroupProperties property, which specifies settings common for all TileContainers within a WindowsUIView.

See Also