Skip to main content

TokenLookUpEditStyleSettings.TokenBorderTemplate Property

Specifies the template used to represent a gallery item’s borders on-screen. This is a dependency property.

Namespace: DevExpress.Xpf.Grid.LookUp

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ControlTemplate TokenBorderTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object that is the corresponding template.

Remarks

TargetType: ControlTemplate

See Also