Skip to main content
All docs
V25.1
  • ObjectCustomDrawEventArgs.Painter Property

    Provides access to the object that performs paint operations.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public ObjectPainter Painter { get; }

    Property Value

    Type Description
    DevExpress.Utils.Drawing.ObjectPainter

    An object that performs paint operations.

    See Also