ITileContainerDefaultProperties.ActualItemPadding Property
Gets the actual margins common to all Tiles within the current TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Padding | A Padding structure that is the actual margins common to all Tiles within the current TileContainer. |
Remarks
See the ITileContainerDefaultProperties.ItemPadding property to learn more.
See Also