Skip to main content
All docs
V25.1
  • TileCustomDrawEventArgs.Cache Property

    Gets an object that stores the most used pens, fonts, and brushes.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public GraphicsCache Cache { get; }

    Property Value

    Type Description
    GraphicsCache

    An object that stores the most used pens, fonts, and brushes.

    See Also