GalleryControl.DefaultItemDescriptionMargin Property
Gets or sets the default outer indents of gallery items’ descriptions. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<Thickness> | A value of the Nullable Thickness type that specifies the corresponding outer indents. |
Remarks
The DefaultItemDescriptionMargin property is in effect if the Gallery.ItemDescriptionMargin property is set to null.
A gallery item’s description is specified by the GalleryItem.Description property. The desceription’s visibility is controlled by the Gallery.IsItemDescriptionVisible property.
See Also