ColumnBase.ActualFilterPopupGlyphTemplate Property
Gets the filter popup glyph template applied to the current column header.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll
Declaration
[Browsable(false)]
public ControlTemplate ActualFilterPopupGlyphTemplate { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ControlTemplate | A ControlTemplate applied to the current column header. |
See Also