Skip to main content
All docs
V25.1
  • SvgImageBoxOptionsExport.StoreAppearance Property

    Gets or sets whether the ExportSvgImage method saves item appearance settings. The property allows you to choose which appearance settings to save.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    [DefaultValue(AppearanceTypes.None)]
    public AppearanceTypes StoreAppearance { get; set; }

    Property Value

    Type Default Description
    DevExpress.XtraEditors.AppearanceTypes None

    A combination of flags that specify which item appearance settings to save.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to StoreAppearance
    SvgImageBox
    .OptionsExport .StoreAppearance

    Remarks

    The StoreAppearance property is a combination of bit flags that specify whether to save the item appearance settings (SvgImageBox.ItemAppearance and SvgImageItem.Appearance) applied in the normal, selected, hovered and disabled states.

    You can set the StoreAppearance property as follows:

    See SvgImageBox.ExportSvgImage for more information.

    See Also