Skip to main content
A newer version of this page is available.
All docs
V18.2

FilterControl.GetClauseSvgImageByType(String) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.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
DevExpress.Utils.Svg.SvgImage

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

See Also