Skip to main content
All docs
V19.1

FilterControl.GetClauseSvgImageByType(String) Method

Returns the vector icon used by FilterControl for a specific filtering clause.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static SvgImage GetClauseSvgImageByType(
    string sType
)

Parameters

Name Type Description
sType String

A String value that specifies the clause for which an icon needs to be returned.

Returns

Type Description
SvgImage

A DevExpress.Utils.Svg.SvgImage object that is the vector icon used by FilterControl for a specific filtering clause.

See Also