Skip to main content

DataFormDisplayOptionsAttribute Class

Specifies the size and label settings of an editor that a data form displays for a property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public class DataFormDisplayOptionsAttribute :
    Attribute

Inheritance

Object
Attribute
DataFormDisplayOptionsAttribute
See Also