Skip to main content
A newer version of this page is available. .

PictureEditOptionsMask Class

Contains settings that enable masked mode and allow you to customize the masked mode behavior.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

[TypeConverter(typeof(PictureEditOptionsMaskConverter))]
public class PictureEditOptionsMask :
    BaseOptions

The following members accept/return PictureEditOptionsMask objects:

Remarks

An instance of the PictureEditOptionsMask class is accessible from the RepositoryItemPictureEdit.OptionsMask property.

Inheritance

See Also