Skip to main content

ObjectCustomDrawEventArgs.Info Property

Provides access to the object that contains information about the visual element being drawn.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public ObjectInfoArgs Info { get; }

Property Value

Type Description
DevExpress.Utils.Drawing.ObjectInfoArgs

An object that contains information about the visual element being drawn.

See Also