Skip to main content

VisualResourceHeader Class

Provides information on the visual representation of a resource header.

Namespace: DevExpress.Xpf.Scheduler.Drawing

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

Declaration

public class VisualResourceHeader :
    VisualResourceHeaderBase,
    ISupportHitTest
Public Class VisualResourceHeader
    Inherits VisualResourceHeaderBase
    Implements ISupportHitTest

Remarks

The VisualResourceHeader specifies the target element for the SchedulerViewBase.HorizontalResourceHeaderStyle and SchedulerViewBase.VerticalResourceHeaderStyle properties.

Inheritance

Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
ContentControl
DevExpress.Xpf.Core.XPFContentControl
DevExpress.Xpf.Scheduler.Drawing.SchedulerContentControl
See Also