Skip to main content

LookUpEdit.StyleSettings Property

Gets or sets an object that defines the appearance and behavior of the LookUpEdit.

Namespace: DevExpress.Xpf.Grid.LookUp

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

[Browsable(true)]
public BaseEditStyleSettings StyleSettings { get; set; }

#Property Value

Type Description
BaseEditStyleSettings

A DevExpress.Xpf.Editors.BaseEditStyleSettings descendant that defines the appearance and behavior of the LookUpEdit.

#Remarks

A LookUpEdit supports two built-in styles which define its appearance and behavior: LookUpEdit and SearchLookUpEdit.

See Also