Skip to main content
All docs
V25.1
  • AppointmentRibbonForm.SvgImage Property

    Gets or sets the form’s vector icon in the title bar.

    Namespace: DevExpress.XtraScheduler.UI

    Assembly: DevExpress.XtraScheduler.v25.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public SvgImage SvgImage { get; set; }

    Property Value

    Type Description
    SvgImage

    An object that specifies a vector image.

    Remarks

    The SvgImage property and the SvgImage property accessible through the IconOptions property are equivalent and allow you to specify the form’s icon. The icon is displayed in the form’s title bar.

    See Also