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

CardView.PrintCardMargin Property

Specifies the thickness of a frame around a card. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public Thickness PrintCardMargin { get; set; }

Property Value

Type Description
Thickness

A Thickness object that represents the thickness of a frame around a card.

Remarks

The templates supplied by the DXGrid, allow you to completely replace the look and feel of visual elements while maintaining their existing behavior.

This property is not in effect if a custom print template is used.

To learn more, see Appearance Customization.

See Also