Skip to main content

ColorPalette.CalcBorder Property

Gets whether to paint top/bottom borders between neighboring color chips.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool CalcBorder { get; }

#Property Value

Type Description
Boolean

true to hide top/bottom borders between neighboring color chips; otherwise, false.

#Remarks

This member supports the internal infrastructure and isn't intended to be used directly from your code.

See Also