Skip to main content
All docs
V24.2

EnvironmentPolicy.SpecialFolderEventArgs.Option Property

Gets the option used for accessing a special folder.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

Declaration

public Environment.SpecialFolderOption? Option { get; }

Property Value

Type Description
Nullable<Environment.SpecialFolderOption>

One of the enumeration values that specifies options to use for accessing a special folder.

See Also